Results for “Std.Csv.CsvError”
4 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Csv.CsvError
Why text does not name a table.
- Std.Csv.parse
Str -> Result[Array[Array[Str]], Std.Csv.CsvError]Every row of a comma-separated text, fields already unquoted.
- Std.Csv.parseTable
Str -> Result[Std.Csv.Table, Std.Csv.CsvError]A table whose first row names its columns.
- Std.Csv.parseWith
Str -> Str -> Result[Array[Array[Str]], Std.Csv.CsvError]The same, for a text whose fields are separated by something else.
