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.94k stars 73 forks source link

feature request: support input format yaml file #217

Closed someblue closed 11 months ago

someblue commented 1 year ago

trdsql is awesome tools!!!

Can you add support for yaml files? Sometimes I need to deal with yaml file, and I need other tool to transfer yaml to json file. It would be better if yaml is supported by trdsql directly.

noborus commented 1 year ago

Thank you for your issue. I will think about it.

noborus commented 11 months ago

Released v0.12.0 with YAML support. thank you.