csv

Library for parsing, stringifying, reading, and writing CSV (comma separated value) files

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:23

Installation

nimble install csv
choosenim install csv
git clone https://github.com/achesak/nim-csv

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
csv - - - - - - -

Source

Repository https://github.com/achesak/nim-csv
Homepage https://github.com/achesak/nim-csv
Registry Source nimble_official

README

About

nim-csv is a Nim module for working with CSV (comma separated values) files.

Run nim doc csv.nim to generate a documentation file.

License

nim-csv is released under the MIT open source license.