- Notifications
You must be signed in to change notification settings - Fork139
ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)
License
Cinchoo/ChoETL
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An ETL framework for .NET
Simple, intutive Extract, transform and load (ETL) library for .NET. Extremely fast, flexible, and easy to use.
Cinchoo ETL is a code-based ETL framework for extracting data from multiple sources, transforming, and loading into your very own data warehouse in .NET environment. You can have data in your data warehouse in no time.
To install Cinchoo ETL (.NET Framework), run the following command in the Package Manager Console
PM> Install-Package ChoETL
To install Cinchoo ETL (.NET Standard / .NET Core), run the following command in the Package Manager Console
PM> Install-Package ChoETL.NETStandard
Add namespace to the program
usingChoETL;
Here are the items will be targetted on phase 1.
- CSV Reader / Writer
- Fixed Length Reader / Writer
- Xml Reader / Writer
- JSON Reader / Writer
- Key-Value Reader / Writer
- Parquet Reader / Writer
- Yaml Reader / Writer
- Avro Reader / Writer
https://github.com/Cinchoo/ChoETL/wiki
Cinchoo ETL - CodeProject Articles
Cinchoo ETL questions in StackOverflow
Cinchoo ETL questions in StackOverflow
If this project help you reduce time to develop, you can give me a cup of coffee :)
About
ETL framework for .NET (Parser / Writer for CSV, Flat, Xml, JSON, Key-Value, Parquet, Yaml, Avro formatted files)