Preview CSV records as an aligned text table with column names and optional line numbers.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Quoted CSV records are parsed, widths are measured over the displayed slice, and padded cells form a text table. The total row count remains complete even when only a limited prefix is rendered.
name,age,city Alice,30,Portland Bob,25,Seattle
| name | age | city ---+-------+-----+--------- 1 | Alice | 30 | Portland 2 | Bob | 25 | Seattle
Developers preview generated exports, support inspects uploads, and code reviews check small fixture tables.