csv
procedures for reading, writing, parsing, and stringifying CSV (comma separated value) files
Summary
| Latest Version | 0.3 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-30 07:10 |
Tags
Authors
- Adam Chesak
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.