Skip to content

Loading into multiple sql tables from different files #418

Answered by paillave
mkshanid asked this question in Q&A
Discussion options

You must be logged in to vote

load many tables from many CSV

to load many tables, you will find an example here: https://github.com/paillave/Etl.Net/blob/master/src/Tutorials/Paillave.Etl.Samples/TestImport2.cs

transactions

For transactions, ETL.NET totally relies on .NET capabilities. You can use it of course, but according to my humble opinion, enclose a complete ETL process into a transation might lead to very aggressive locks on many tables (that might even be escalated to the database level), and if not aggressive (depending on the kind of transaction you chose) to something very expensive in term of database server ressources.
Here the issue that talks about Transactions: #292

SFTP and others

For SFTP, and every…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by paillave
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants