I have a CSV file on my onedrive that i want to import into a sql database in azure. How do i import the csv file using the logic app? I have not found anything useful on the web to help me do this.
Can anyone provide any help ?
You could refer to this blog, it post the detailed process about to insert CSV data in to SQL server.
The main idea about this blog is convert a CSV file into a flat file then upload the flat file to SQL database.
Hope this could help you, if you still have other questions, please let me know.