C# (CSharp) FlatFiles Namespace

Nested Namespaces

FlatFiles.Test
FlatFiles.TypeMapping

Classes

Name Description
BooleanColumn Represents a column containing boolean values.
CharArrayColumn Represents a column of a char[] values.
ColumnDefinition Defines a column that is part of a record schema.
DoubleColumn Represents a column containing doubles.
FixedLengthComplexColumn Represents a string column that has contains multiple, nested values
FixedLengthRecordParser
FixedLengthRecordParser.FixedLengthRecordReader
FixedLengthRecordParser.SeparatorRecordReader
FixedLengthRecordWriter
FixedLengthSchema Defines the expected format of a fixed-length file record.
FlatFileException
GuidColumn Represents a column of Guid values.
IgnoredColumn Represents a column that should be ignored when reading a document and used as a placeholder when writing a document.
Int32Column Represents a column containing 32-bit integers.
Int64Column Represents a column containing 64-bit integers.
SeparatedValueRecordParser
SeparatedValueRecordParser.Matcher
SeparatedValueRecordParser.Matcher1
SeparatedValueRecordParser.Matcher2
SeparatedValueSyntaxException Represents an error that occurred while parsing a separated value stream.
SeparatedValueWriter Builds textual representations of data by separating fields with a delimiter.
SingleColumn Represents a column containing singles.
StringColumn Represents a column containing strings.
Window Defines the location and width of a column in a fixed-length record.