A brief description of the attributes and the usage.
Fixed Length Records
| Attribute | Read | Write |
|---|---|---|
| FixedLengthRecord Indicates a fixed length record file |
X | X |
| IgnoreFirst | X | |
| IgnoreLast | X | |
| IgnoreEmptyLines | X | |
| ConditionalRecord | X |
Delimited Records
| Attribute | Read | Write |
|---|---|---|
| DelimitedRecord Indicates a delimited record file |
X | X |
| IgnoreFirst | X | |
| IgnoreLast | X | |
| IgnoreEmptyLines | X | |
| ConditionalRecord | X |
Fixed Length Fields
| Attribute | Read | Write |
|---|---|---|
| FieldFixedLength Indicates a length of the field |
X | X |
| FieldConverter | X | X |
| FieldQuoted | X | X |
| FieldInNewLine? | X | X |
| FieldHidden The library will ignore this field |
X | X |
| FieldOptional | X | |
| FieldNullValue | X | |
| FieldTrim ? | X | |
| FieldAlign | X |
Delimited Fields
| Attribute | Read | Write |
|---|---|---|
| FieldDelimiter Indicates a new field end marker |
X | X |
| FieldConverter | X | X |
| FieldQuoted | X | X |
| FieldInNewLine? | X | X |
| FieldHidden The library will ignore this field |
X | X |
| FieldOptional | X | |
| FieldNullValue | X | |
| - | ||
| - |