CLI tool that can execute SQL queries on CSV, LTSV, JSON and TBLN. Can output to various formats.

https://github.com/noborus/trdsql

trdsql.gif

Input:

trdsql "SELECT * FROM test.csv"

Output:

1,Orange
2,Melon
3,Apple

Sources:

That's it for this post, thanks for reading!