Skip to content

Tutorial

Cinchoo edited this page Mar 4, 2017 · 14 revisions

##Content

##Installing ChoETL Cinchoo ETL can be downloaded from NuGet.

Use the GUI or the following command in the Package Manager Console:

Install-Package ChoETL

Add namespace to the program

using ChoETL;

That's it, you are ready to use Cinchoo ETL for extracting and generating various formatted files.

##Creating CSV file

Clone this wiki locally