TextLoader.Options.AllowQuoting Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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