c# - Insert a csv file into Azure SQL from an Azure Blob -


i have asp.net (c#) site in azure , accompanying azure sql database. need upload 1gb+ csv files , them parsed , azure sql database. can csv files azure blob. have url blob (newguid.txt).

either sql or web app, how parse csv , inserted azure sql database? (the csv has 36 columns if helps)

i can't figure out how reference url use sqlblukcopy. thought bulk insert azure sql doesn't allow that. can't download files locally , use bcp each one.

i agree old question, gets traction, here answer:

you can use azure data factory move data blob storage (and many more data sources) azure sql database (and many other data sinks).

there nothing simpler today achieve goal. here tutorials:

you can configure data pipeline run once. or run on specific time, or run on schedule. can make copy single file, or using file pattern more files, etc.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -