Notebook I'm working on for Data Transformation
Problem:
I have this JSON File with employee data that I would like to do some transformations with in Databricks.
I obtained this data set from Bamboo HR API. As you can see in the image there are many tables within this data set. (It should all be in just 1 table)
Anyone got any ideas how to transform it, so I can later copy it in to CSV file in my datalake.
So this is where I am up to now, manage to unpivot 1 of those tables.
However there is many more tables in this data set that needs to be transformed.
I want to transform this JSON file dataset to a CSV file and then the data can be used to upload in to a SQL DB.
Any ideas?