Hello
I am trying to copy my 3 CSV files from my blob to my SQL Database, with the help of metadata and for-each activity.
I have my SQL tables created with proper schema and want to create a pipeline in such a fashion that each CSV loads into its relevant table.
Problem - When I run the pipeline it is creating new tables instead of loading in the existing pre-made tables.
Can anyone let me know what should i do?


