

A TUI/CLI tool that can (supposedly) mutually convert between CSV, TSV, Markdown/HTML table, SQL, and JSON
Automatically translated from Japanese by AI
This is a tool that can handle metadata and data body by inserting JSON in the middle, and can convert between tabular formats such as CSV, TSV, Markdown/HTML Table, JSON, and SQL. CSV is easy to write but hard to read, and MD tables are easy to read but hard to write, so this tool was created to enable that conversion.
There are two interfaces: an interactive wizard (a sort of TUI) and a CLI. The CLI is designed to be easily integrated into pipes. Additionally, to minimize issues when large data arrives, streaming methods are used for compatible formats.
Character encoding issues, which are common in older tools, are handled by converting everything to Unicode at once.
Also, downloading is easy with npmパッケージにしている.
※The name derives from "table" → "tehbr".
# コマンド例
# 対話型
tehbr -i
#CSV を Markdown へ変換
tehbr input.csv -o output.md
Feedback
Share your thoughts, bug reports, or suggestions directly with the developer
Log in to share your feedback
Log in to leave feedback