CsvParseOptions
public sealed class CsvParseOptionsOptions for ChartGuru.CsvParser.Parse(System.String%2cChartGuru.CsvParseOptions). Sensible defaults match the
most common spreadsheet exports (RFC 4180 with auto-detected delimiter
and header).
Fields
Section titled “Fields”
Delimiter
Section titled “Delimiter”public char DelimiterField delimiter. ‘\0’ (default) auto-detects between ,, ;, \t, and |.
Returns
System.Char — No return description is available.
public char QuoteField quote character. RFC 4180 uses “.
Returns
System.Char — No return description is available.
HeaderMode
Section titled “HeaderMode”public CsvHeaderMode HeaderModeHeader row treatment. ChartGuru.CsvHeaderMode.Auto heuristically
classifies the first row as a header when its cells are all
non-numeric. Set to ChartGuru.CsvHeaderMode.Yes /
ChartGuru.CsvHeaderMode.No to force.
Returns
ChartGuru.CsvHeaderMode — No return description is available.
CommentPrefix
Section titled “CommentPrefix”public string CommentPrefixLines starting with this prefix are skipped before parsing. Empty disables.
Returns
System.String — No return description is available.
SkipRows
Section titled “SkipRows”public int SkipRowsNumber of physical lines to skip at the top of the file.
Returns
System.Int32 — No return description is available.
MaxRows
Section titled “MaxRows”public int MaxRowsMaximum data rows to retain (0 = unlimited).
Returns
System.Int32 — No return description is available.
TrimCells
Section titled “TrimCells”public bool TrimCellsTrim whitespace from every parsed cell.
Returns
System.Boolean — No return description is available.
Methods
Section titled “Methods”
Clone()
Section titled “Clone()”public CsvParseOptions Clone()No description is available for this member.
Returns
ChartGuru.CsvParseOptions — No return description is available.