Loading tool...
Convert between CSV and JSON formats
Convert images between PNG, JPG, WebP, AVIF, BMP formats. Features quality control, transparency support, and batch conversion for efficient workflow.
Convert audio files between WAV, MP3, OGG, AAC, M4A, FLAC formats online. Adjust bitrate and quality settings. Free browser-based conversion with no file uploads to servers.
Apply column-level transformations to your CSV data using a formula-like syntax. Trim whitespace, change case, format dates, extract substrings, perform arithmetic on numeric columns, or create new computed columns — all without writing a script.
Each transformation is defined per column using an expression builder. Supported operations include string functions (trim, upper, lower, replace, substring, split, concat), numeric functions (round, floor, ceil, abs, basic arithmetic), date functions (parse, format, add days, difference), and conditional logic (if-else based on value tests). You can chain multiple transformations on the same column and create entirely new columns from expressions referencing existing ones.
A live preview updates as you build transformations so you can verify results before applying them to the full dataset.
Standardize inconsistent formatting — trim spaces, unify date formats, normalize case — across an entire column.
Add a "Total" column that multiplies Quantity by Price, or a "Full Name" column that concatenates First and Last.
Convert dates from MM/DD/YYYY to ISO 8601 format (YYYY-MM-DD) for database import.
Replace sensitive column values with masked versions (e.g., show only last 4 digits of a phone number).
Yes. Use column names in expressions to create computed values — for example, {Quantity} * {Price} for a total column.
Transformations are previewed before applying. You can also re-upload the original file to start over.
The tool recognizes ISO 8601, US (MM/DD/YYYY), European (DD/MM/YYYY), and several other common formats. You can specify a custom format string if needed.
All processing happens directly in your browser. Your files never leave your device and are never uploaded to any server.