Enum MissingFieldAction
Specifies the action to take when a field is missing.
Namespace: Mars.Common.IO.Csv
Assembly: Mars.IO.dll
Syntax
public enum MissingFieldAction
Fields
Name | Description |
---|---|
ParseError | Treat as a parsing error. |
ReplaceByEmpty | Replaces by an empty value. |
ReplaceByNull | Replaces by a null value (null). |