CLI to Query CSV and JSON files
CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.
https://github.com/noborus/trdsql
Input:
trdsql "SELECT * FROM test.csv"
Output:
1,Orange
2,Melon
3,Apple
Sources:
That's it for this post, thanks for reading!