Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
wilsonfiifi
on June 21, 2022
|
parent
|
context
|
favorite
| on:
One-liner for running queries against CSV files wi...
Another great tool written in Go is CSVQ [0][1] that can be used as a command line or a library.
csvq 'select id, name from `user.csv`'
[0]
https://github.com/mithrandie/csvq
[1]
https://mithrandie.github.io/csvq/
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://mithrandie.github.io/csvq/