1

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 ?

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

8 Comments

I looked through this blog before. I was hoping for something slightly more easier (ie like the flat file connector in SSIS that you can map to a sql table). i created an xml schema to try and map the csv output but was having problems linking that to the integration account.
@Mr Paul, I searched a lot, mostly you have to import flat file with other services. If you want to use Integration Account you could refer to this blog.pellitterisbiztalkblog.wordpress.com/2016/11/14/… But this process is heavy.
This blog provides a way using Blob storage to import, and it's more easier, you could have a try.marczak.io/posts/azure-loading-csv-to-sql
@Mr Paul and read from official doc, I this the easiest way to import is use the bcp tool.learn.microsoft.com/en-us/azure/sql-database/…
Bcp tool looks promising. How can that be used in the logic app?
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.