FlatFiles Versions Save

Reads and writes CSV, fixed-length and other flat file formats with a focus on schema definition, configuration and speed.

v4.4.0

5 years ago

This release allows pre- and post-parsing and formatting of columns. It also provides support for setting an IFormatProvider as an option and all columns will use it rather than the default CultureInfo.

v4.3.4

5 years ago

This release allows writing raw content during serialization, for those who need it. Additionally, the typed readers and writers now expose the underlying reader and writer.