Toolkits
List Formatting & Conversion Toolkit
Merge lists and convert between lines, delimiters, JSON arrays, and prefixed formats for code, spreadsheets, and databases.
Tools in this toolkit
Use these related tools together as a repeatable workflow.
Merge Two Lists Online
Combine two lists with append, interleave, union, or overlap modes.
Split Text into a List
Turn delimited text into a clean line-by-line list.
Convert List to Comma-Separated Text
Join list lines using commas or another delimiter.
Comma-Separated Text to List
Turn comma-separated values into one item per line.
Add Prefix or Suffix to Each Line
Wrap or decorate every list item with fixed text.
Convert a List to a JSON Array
Create a valid JSON array from a line-by-line list.
Convert a JSON Array to a List
Turn a JSON array of values into a line-by-line list.
Convert a List to a SQL IN Clause
Create a paste-ready SQL IN value list from plain lines.
Convert SQL IN Values to a List
Turn a pasted SQL IN value sequence back into plain lines.
Convert a List to a JavaScript Array
Turn one item per line into JavaScript array code.
Convert a List to a Python List
Generate Python list code from plain text lines.
Convert a List to a PHP Array
Turn plain lines into a PHP array assignment or literal.
Convert Text Lines to an HTML List
Create safe ul/li or ol/li markup from a plain list.
Convert Lines to a Markdown List
Turn plain lines into Markdown bullets or numbered items.
Add Quotes Around Every List Item
Quote each line without manual find and replace.
Bulk Slugify a List
Generate one normalized slug for every input line.
Change a List Delimiter Online
Replace one literal list separator with another in one step.
Extract a Column from Delimited Text
Pull one field from every pasted row without a spreadsheet formula.
Transpose Rows and Columns Online
Transpose pasted tabular text directly in the browser.
About this tool
A list may arrive as comma-separated text and need to leave as JSON, a SQL-friendly quoted sequence, or a clean line-by-line file.
These focused converters avoid manual find-and-replace work and keep each transformation visible and reversible.
- Select the converter that matches the source format.
- Adjust delimiters, quotes, prefixes, or merge behavior.
- Copy the exact output required by the destination system.