Duration 2:52

How to Read CSV file in .NET Core Using CSVHelper | | Easy Solution

2 076 watched
0
26
Published 29 Apr 2021

It is possible that while dealing with modern frameworks and technologies you will still need to use traditional file systems like CSV (.csv), Excel (.xlsx), Doc (.doc) or Text files (.txt) . These file systems are popular and useful means of persisting the application data. Using CsvHelper Csvhelper is one of the simple and lightweight and most preferred parsers for CSV Reading and writing purposes. This package is available through Nuget Manager, Install-Package CsvHelper It lets you read, parse, write the CSV and helps you serialize and deserialize the data into proper objects too.

Category

Show more

Comments - 4