Extract nested data
By far, the simplest way to extract data from the nested source dataset is to use SQL.
Applying SQL transformation to the nested dataset will create a flat data object which can be mapped, for example, to the table in the relational database.
Read how to extract data from a nested source dataset using SQL.
Read about other available techniques.
Create nested JSON and XML documents using JavaScript
JavaScript and Python can be used to create nested JSON and XML documents, as well as any other file Format which supports nested documents.
Read how to use JavaScript to create nested documents.
Comments
0 comments
Please sign in to leave a comment.