nortal / Utilities.Csv

Library to read and write CSV format according to RFC4180.
Apache License 2.0
7 stars 3 forks source link

Improve exceptions for common parser errors. #5

Open ImrePyhvel opened 7 years ago

ImrePyhvel commented 7 years ago

Plan and implement better exceptions by introducing a custom exception type(s) for CSV scenarios . Verify exception messages are useful and detailed enough to pinpoint the problem.

Consider including line/field number reference for the problem location (parsing).