TextLoader.Options.ReadMultilines 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.
If true, new line characters are acceptable inside a quoted field, and thus one field can have multiple lines of text inside it If AllowQuoting is false, this option is ignored.
public bool ReadMultilines;
val mutable ReadMultilines : bool
Public ReadMultilines As Boolean