Skip to content
Node: papaparse4 APIs

csv

Package csv reads and writes CSV with header-row maps. Node equivalent: papaparse, csv-parse.

import "github.com/sahilkhaire/gox/csv"
## API reference

Select a symbol below — each page explains what it does, shows Node.js vs Go comparisons, and includes a runnable example.

Functions

SymbolNode.jsKindSummary
ParseStringfuncParseString parses CSV text with a header row.
ReadfuncRead parses CSV from r; the first row is used as column keys.
ReadAllfuncReadAll reads a CSV file at path.
WritefuncWrite writes rows to w using columns for field order (header row).

MIT Licensed · Built for Node.js developers moving to Go