An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Anil ,
Thankyou for using Microsoft Q&A platform and thanks for posting your query here.
I understand that you want to create multiple SQL tables using the schema provided in csv file.
I have shared the details of solution using python and azure functions in the other thread : https://learn.microsoft.com/en-us/answers/questions/2129000/creating-sql-database-table-from-csv-schema-file-u
Alternatively, in case you want to achieve it using ADF only, then probably you can try using dynamic mapping json file . Here is the video on the implementation part: Dynamic Column mapping in Copy Activity in Azure Data Factory
Kindly accept the answer by clicking on Accept answer button. Thankyou