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 column2 columns
1 rowa1a2
2 rowb1b2

Since the results can be output in various formats, it can also be used for format conversion of tabular data.

table of contents