Plain list → CSV
A pasted list of 3 names, one per line, becomes a 2-column-ready CSV with a single "value" header and 3 data rows — useful for turning a quick list into something a spreadsheet or bulk import tool accepts.
Real, client-side conversions between CSV, JSON and a plain text list — genuinely buildable without a new dependency. SCOPE, stated honestly: PDF and DOC generation or conversion are NOT included here — doing either honestly needs a real document-rendering library, which is out of scope. A barcode/QR generator already exists as its own dedicated tool and is linked below rather than duplicated in this one.
A pasted list of 3 names, one per line, becomes a 2-column-ready CSV with a single "value" header and 3 data rows — useful for turning a quick list into something a spreadsheet or bulk import tool accepts.
Converting [{"a":1},{"a":2,"b":3}] produces a 2-column CSV header (a, b), with a blank cell for the first row's missing b — real JSON exports are rarely perfectly uniform, and this handles that case rather than throwing an error.
Sign up free — no credit card. You land on the Free plan, and you can start a one-time 7-day Studio trial from your workspace whenever you are ready. Connect your first accounts, import a batch, and watch one post fan out across every platform.