Pipe table
Input
| table_name | rows | | users | 12 | | orders | 8 |
Output
table_name,rows users,12 orders,8
Paste a table copied from SQL output, Markdown, Slack, or a terminal, then split it into CSV or TSV for spreadsheets.
Conversion tools
Input
| table_name | rows | | users | 12 | | orders | 8 |
Output
table_name,rows users,12 orders,8
Input
| column | type | | --- | --- | | id | bigint | | memo | text |
Output
column,type id,bigint memo,text
Input
copied from console | name | status | | alpha | ready | ERROR extra log line | beta | waiting |
Output
name,status alpha,ready beta,waiting
Nearby utilities from the KoguNavi toolbox.
Conversion tools
Convert between JSON and CSV, including nested JSON columns.
Open tool →
Conversion tools
Repair garbled Japanese CSV files and export an Excel-friendly copy.
Open tool →
Text tools
Build Markdown tables from an editable grid.
Open tool →