Skip to content

Releases: jehugaleahsa/FlatFiles

Support pre- and post-parsing and formatting.

25 May 17:13
Compare
Choose a tag to compare

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.

Support writing raw output

10 Mar 21:53
Compare
Choose a tag to compare

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.