noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
1.93k stars 72 forks source link

Fixed automatic determination of TSV/PSV #280

Closed noborus closed 1 month ago

noborus commented 1 month ago

The delimiter was not automatically set for TSV/PSV (it worked only when the delimiter was specified).