|
|
|
Show HN: Csvqsh – SQL-like query language for CSV in Awk
(github.com)
|
|
3 points
by secwang
291 days ago
|
|
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. |
|