nowfound

Alternatives

Products that do what Csvlint.go, command line tool for validating CSV files against RFC 4180 does

  1. 1IM
  2. 2HS

    2021 · github.com

  3. 3FU

    2019 · github.com

  4. 4AF

    2021 · github.com

  5. 5CA
  6. 6AE
  7. 7CL

    2020 · github.com

  8. 8FC
  9. 9RB
  10. 10SC

    2024 · scroll.pub

  11. 11GS
  12. 12CN
  13. 13AS
  14. 14CR
  15. 15CS

    2018 · github.com

  16. 16PB
  17. 17CL
  18. 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

  19. 19AL
  20. 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

  21. 21AL
  22. 22AO
  23. 23TG
  24. 24SL

    2019 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →