ORY

CSV → ASCII Table

Render a CSV as an aligned text table for READMEs, comments, or terminal output.

CSV
Table
┌────┬───────────────┬─────┬─────────────────┐
│ id │ name          │ age │ role            │
├────┼───────────────┼─────┼─────────────────┤
│ 1  │ Alice Johnson │ 30  │ Engineer        │
│ 2  │ Bob           │ 25  │ Product Manager │
│ 3  │ Charlie Smith │ 40  │ Lead            │
└────┴───────────────┴─────┴─────────────────┘