Click here to Skip to main content
15,892,674 members
Articles / Programming Languages / C#

Cinchoo ETL - Sorting Large CSV File

Rate me:
Please Sign up or sign in to vote.
4.67/5 (7 votes)
20 Sep 2021CPOL3 min read 16.2K   72   13  
Easy way to sort large CSV files using Cinchoo ETL
In this tip, you will learn how to sort very large CSV file using Cinchoo ETL framework. It is very simple to use, with few lines of code, the conversion can be done. You can convert large files as the conversion process is stream based, quite fast and with low memory footprint.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions