DevTools

Online Text Processing Tool

Clean multiline text locally in the browser with deduplication, sorting, whitespace cleanup and case conversion, or convert lines into JSON arrays, CSV and SQL IN lists.

Processed locally in your browser; data is not uploaded

Features

FAQ

Is my text uploaded?

No. All cleanup and conversion runs locally in your browser.

How are quotes handled for SQL IN?

Single quotes inside values are escaped as two single quotes, producing a list you can safely adapt for SQL.

Related tools