Open MarcosMeli opened 9 years ago
Hi Marcos!
Do you want to create a ETL Framework with FileHelpers?
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.
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