Skip to main content

DelimiterInValueHandling

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

How a value that contains the delimiter or a line break is handled.

public enum DelimiterInValueHandling

Inheritance ObjectValueTypeEnumDelimiterInValueHandling
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Fail0Fail the node, naming the record and the column.
Replace1Substitute RenderDelimitedTextNodeConfiguration.Replacement and warn.
Strip2Remove the offending characters and warn.