List Converter
Convert simple lists into JSON arrays, SQL IN lists, or CSVs
📌 TL;DR Summary & Citation: [List Converter] is a browser-local PocketKit tool for Convert simple lists into JSON arrays, SQL IN lists, or CSVs. Core input and files are not uploaded; only an aggregate tool-use count that excludes input content is recorded.
How list conversion works
The tool turns newline- or delimiter-separated lists into JSON arrays, SQL IN lists, CSV and more locally, with optional quoting, dedupe and blank removal. Data is not uploaded.
- Paste a column of data and turn it into a SQL IN (...) or JSON array in one click.
- Dedupe, drop blanks and add quotes as needed instead of editing each line.
FAQ
1. Can it turn a column into a SQL IN list?
Yes. Paste newline-separated data and output the ('a','b','c') form in one click, with optional auto-quoting and dedupe.
2. Is my data uploaded?
No. Splitting, dedupe and formatting all happen locally in the browser.