MarcosMeli / FileHelpers

The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams
https://www.filehelpers.net
MIT License
1.13k stars 349 forks source link

ETL Framework #63

Open MarcosMeli opened 9 years ago

MarcosMeli commented 9 years ago

Something like a DataLink replacement but much more pluggable and that left to the user the core actions of assign fields and transform info, basicaly solve the Extract and Load operations and let the user to full the Transform part.

Integrated with the TPL DataFlow library

cfasilva commented 8 years ago

Hi Marcos!

Do you want to create a ETL Framework with FileHelpers?

KristianWedberg commented 3 years ago

Hi!

For anyone looking for broader ETL functionality in C#, VB, etc., you might consider actionETL, which is a full-blown .NET ETL framework that uses FileHelpers for its CSV and fixed-format dataflow sources and targets.

It supports a wide range of transformations, other sources and targets, control flow functionality, etc., and is high performance and highly productive.

Check out the web site at https://envobi.com, and the comprehensive documentation at https://docs.envobi.com.

It has both a free Community edition and commercial editions with a free 30-day trial.

Disclaimer: I'm the chief architect and developer of actionETL.