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.
It seems you want to create tables in SQL using the schema present in CSV metadata file for multiple tables where you can't hardcode the schema.
ADF might not directly help here, you might need to write a python script to achieve this scenario and use Azure functions to run the code using ADF.
Here is the sample code you could try to use and generate tables based on the schemas for each of the tables:
createsqltablesusingschemafiles.txt
Hope it helps. Kindly accept the answer by clicking on Accept answer button. Thankyou