Hello Patryk Sobczak,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you would like to manage the conversion and storage of your data using Azure Data Factory.
Regarding your questions, using a Parquet or JSON File as a Sink required many steps however, the links below will guide you through:
- https://learn.microsoft.com/en-us/azure/data-factory/format-parquet
- https://learn.microsoft.com/en-us/azure/data-factory/create-datasets-portal#sink-datasets
- https://learn.microsoft.com/en-us/azure/data-factory/connector-json
- https://learn.microsoft.com/en-us/azure/data-factory/connector-parquet
Also, use this link below to see more details on how to convert List of Lists into Proper JSON Format in ADF:
- https://learn.microsoft.com/en-us/azure/data-factory/data-flow-overview
- https://learn.microsoft.com/en-us/azure/data-factory/data-flow-transform-flatten
- https://learn.microsoft.com/en-us/azure/data-factory/data-flow-transform-aggregate
- https://learn.microsoft.com/en-us/azure/data-factory/data-flow-expression-functions#json-functions
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.