Show HN: Csvqsh – SQL-like query language for CSV in Awk
2 secwang 0 8/28/2025, 1:57:31 PM github.com ↗
I really like csvq, but its implemented features feel a bit heavy for me. I don't really need to perform statistics directly on CSV files, but simple modifications are what I need. Plus, I don't have a Go environment, so I created a simple awk version. All test cases are included in the except script.
No comments yet