Click here to Skip to main content
15,888,816 members
Articles / Programming Languages / C#

Cinchoo ETL - Compare Two CSV Files for Add, Changed or Deleted Records (Master vs Detail)

Rate me:
Please Sign up or sign in to vote.
3.00/5 (1 vote)
13 Dec 2021CPOL2 min read 5.1K   4  
How to compare two CSV files for Add, Deleted and Changed records using Cinchoo ETL
In this tip, you will learn how to compare two CSV files for Add, Deleted and Changed records 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

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