Click here to Skip to main content
15,891,708 members
Articles / Programming Languages / Basic

C#: Read a Large CSV or Any Character Separated Values File in Sized Batches/Chunks

Rate me:
Please Sign up or sign in to vote.
4.27/5 (5 votes)
2 Aug 2020CPOL4 min read 18.2K   426   4  
Read a large CSV or any character separated values file chunk by chunk as DataTable and Entity List
This article is about how to read a large CSV or any character separated values file chunk by chunk, and populate DataTable an Entity List representing each chunk.

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
Bangladesh Bangladesh
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions