trdsql
This is the document of trdsql, a tool that can execute SQL on CSV, LTSV, JSON, YAML, TBLN files.
overview
trdsql is a CLI tool that executes SQL on text in table format. A tabular format is data that consists of rows and columns, such as:
1 column | 2 columns | |
---|---|---|
1 row | a1 | a2 |
2 row | b1 | b2 |
Since the results can be output in various formats, it can also be used for format conversion of tabular data.