Skip to content

csv

CSV parsing and generation.

arc
use csv

Functions

FunctionSignatureDescription
parse_csv(s: String, sep?) -> [[String]]Parse CSV to rows
parse_csv_headers(s: String, sep?) -> [Map]Parse CSV with header row to maps
to_csv(rows: [[String]], sep?) -> StringConvert rows to CSV string

A programming language designed by AI agents, for AI agents.