Fielded Text C# Examples
Some examples of how the Fielded Text C# class library can be used to read and write files are listed below:
- Basic reading of CSV file with Meta generated programmatically
- Basic reading of CSV file with Meta loaded from a Meta file
- Counting of records in a CSV file
- Basic writing of CSV file
- Writing of CSV file including heading
- Writing of CSV file with comments
- Writing of a declared Fielded Text file
- Reading of CSV file using events
- Writing of CSV file using events
- File with fixed width and delimited-fields
- Build Meta for CSV file with sequences
- Reading CSV file with sequences
- Reading CSV file with sequences using-ordinals
- Writing CSV file with sequences
- Writing CSV file with sequences using-events
Note that these examples require version 1.0.4 or later of the class library.