- 6,933 total downloads
- last updated 3/28/2020
- Latest version: 2.0.2
DSharp CSV Helper
With this package you can write attributes above your class like:
[CsvDelimiter("|")]
and above fields:
[CsvFormat("yyyyMMdd")]
[CsvLength(8)]
[CsvFormat("0.00")]
[CsvIgnore]
Afterwards you can write it:
var writer = new...
More information