Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 515 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 515 Bytes

.NET

CsvHelperDemo

Playing with CsvHelper library

In this repo, i m using CsvHelper library in order to read/write csv files.

1️⃣ Example01 is about reading csv files

2️⃣ Example02 is about writing csv files

Tools : vs22, net 6.0, csv-helper, xunit, fluent-assertions, bogus