csvplus extends the standard Go encoding/csv package with fluent interface, lazy stream operations, indices and joins.
-
Updated
May 12, 2025 - Go
csvplus extends the standard Go encoding/csv package with fluent interface, lazy stream operations, indices and joins.
csvvalidator provides validation of CSV rows according to set up rules.
Extracts columns from one file and copies into other file in defined order.
Export CSV, XLSX, and bundle multiple files into ZIP in a style similar to “fast-csv” (Node.js) but written in Go. Designed for streaming, each row is a []any, auto-converted to string/number, with support for headers, BOM, CRLF, and ZIP compression.
Add a description, image, and links to the go-csv topic page so that developers can more easily learn about it.
To associate your repository with the go-csv topic, visit your repo's landing page and select "manage topics."