-
Notifications
You must be signed in to change notification settings - Fork 142
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
©2017 Cinchoo Inc