Alternatives
Products that do what Csvlint.go, command line tool for validating CSV files against RFC 4180 does
- 1IM
2021 · github.com
- 2HS
2021 · github.com
- 3FU
2019 · github.com
- 4AF
2021 · github.com
- 5CA
2019 · github.com
- 6AE
2015 · github.com
- 7CL
2020 · github.com
- 8FC
2018 · github.com
- 9RB
2022 · github.com
- 10SC
2024 · scroll.pub
- 11GS
2015 · github.com
- 12CN
2020 · github.com
- 13AS
2018 · csvstudio.com
- 14CR
2020 · github.com
- 15CS
2018 · github.com
- 16PB
2021 · github.com
- 17CL
2018 · github.com
- 18IB
Hey HN, A CSV parser using Go 1.26's experimental simd/archsimd package. I wanted to see what the new SIMD API looks like in practice. CSV parsing is mostly "find these bytes in a buffer"—load 64 bytes, compare, get a bitmask of positions. The interesting part was handling chunk boundaries correctly (quotes and line endings can split across chunks). - Drop-in replacement for encoding/csv - ~20% faster for unquoted data on AVX-512 - Quoted data is slower (still optimizing) - Scalar fallback for non-AVX-512 Requires GOEXPERIMENT=simd.…
Jan 2026 · github.com
- 19AL
2018 · github.com
- 20ST
Hey HN! I've been building CSV editors for 15 years. This is my third rewrite, and I think I finally got it right. Key features: - Excel-like operation for intuitive use - Equipped with basic to advanced tools necessary for handling CSV - Supports various formats and character encodings. Can handle CSVs with different column counts - Cross-platform (Windows/Mac, Linux coming soon) - Opens 100MB files in 1.6 seconds (12x faster than Excel) Tech stack: Tauri (Rust + React/TypeScript/TailwindCSS) Would love feedback from anyone dealing with large datasets daily! Website:…
2025 · smoothcsv.com
- 21AL
2021 · github.com
- 22AO
2021 · czhu12.github.io
- 23TG
2016 · github.com
- 24SL
2019 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →