Share via


TextLoader.Options.AllowQuoting Field

Definition

Whether the input may include double-quoted values. This parameter is used to distinguish separator characters in an input value from actual separators. When true, separators within double quotes are treated as part of the input value. When false, all separators, even those within quotes, are treated as delimiting a new column.

public bool AllowQuoting;
val mutable AllowQuoting : bool
Public AllowQuoting As Boolean 

Field Value

Applies to