Enum RowEnding
Which character sequence ends a row.
This can be determined automatically with Detect.
Namespace: Cesil
Assembly: Cesil.dll
Syntax
public enum RowEnding : byte
Fields
| Name | Description |
|---|---|
| CarriageReturn | The \r character. |
| CarriageReturnLineFeed | \r\n character sequence. |
| Detect | Will probe the CSV and discover which sequence of characters indicates the end of a record. |
| LineFeed | The \n character. |