📋

Text to List Converter

Convert comma-separated, pipe-delimited, or other delimited text into formatted lists instantly.

About Text to List Converter

The text to list converter helps you transform raw data like CSV values, pipe-delimited exports, or other delimited text into properly formatted lists. It is useful for processing data from spreadsheets, cleaning up content for web pages, and converting data exports.

How to Use

  1. Paste your delimited text into the input field.
  2. Select the delimiter that separates your items (comma, semicolon, pipe, tab, newline, or custom).
  3. Choose an output format: bullet list, numbered list, HTML, or one per line.
  4. Enable options to trim whitespace, remove empty items, or remove duplicates.
  5. The output updates in real-time. Click "Copy" to copy the result.

FAQ

Yes, select "Comma" as the delimiter to split CSV (comma-separated values) data into a list. If your CSV has quoted fields with commas inside, consider using a newline delimiter and pre-processing each row separately.
HTML <ul> wraps each item in <li> tags inside an unordered list. HTML <ol> does the same inside an ordered list. You can paste this directly into HTML code.
The Tab delimiter splits text by tab characters, which is common when copying data from spreadsheet applications like Excel or Google Sheets where columns are separated by tabs.