Split & Join
Split by character count, delimiter-based splitting, text→CSV/JSON/NDJSON, newline to array.
Split by Length
Split text into chunks of a specified character length.
Explore Tools → Split by Delimiter
Split text by comma, tab, pipe, or any custom delimiter.
Explore Tools → Text to CSV
Convert newline-delimited text to CSV with configurable columns.
Explore Tools → CSV to JSON
Convert CSV to JSON array or NDJSON format.
Explore Tools → JSON to CSV
Convert JSON arrays to CSV with auto-generated headers.
Explore Tools → Lines to JSON Array
Convert each line to a JSON array element.
Explore Tools → Export as ZIP
Bundle text results into a ZIP file for download.
Explore Tools →