@graphysdk/core.
fromCSV
Signature
Options
Whether the first row contains column headers. When
false, columns are
auto-named Column 1, Column 2, etc.Locale for number parsing. Determines thousand/decimal separator conventions.
For example,
'PT_PT' treats 1.000,50 as 1000.5.Maximum allowed input size in megabytes. Throws an error if the input exceeds this limit.
Examples
Without Headers
European Number Format (semicolon-delimited)
The CSV delimiter is auto-detected (comma, semicolon, pipe, etc.). For
tab-separated data, you can also use
fromTSV.
