JoshClose / CsvHelper

Library to help reading and writing CSV files
http://joshclose.github.io/CsvHelper/
Other
4.73k stars 1.06k forks source link

Just thrown new exception by choice. #2237

Open fwilliamconceicao opened 7 months ago

fwilliamconceicao commented 7 months ago

Is your feature request related to a problem? Please describe. Let's say for example I have a .csv with 3 columns and all of them are required fields.

When field 1 is incorrect, the library does not continue reading the other fields and returns the error for all fields, only stopping at the first validation.

Describe the solution you'd like I would like throw new XXXException to be optional and not simply fire on the first error.