DelimiterInValueHandling
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
How a value that contains the delimiter or a line break is handled.
public enum DelimiterInValueHandling
Inheritance Object → ValueType → Enum → DelimiterInValueHandling
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Fail | 0 | Fail the node, naming the record and the column. |
| Replace | 1 | Substitute RenderDelimitedTextNodeConfiguration.Replacement and warn. |
| Strip | 2 | Remove the offending characters and warn. |