23 tools in this category. Click any ready-to-use tool to open it.
Strip duplicate rows from CSV or JSON.
Drop empty cells or null fields.
Trim leading/trailing whitespace in every field.
Repair trailing commas, single quotes, comments.
Auto-detect and fix common CSV issues.
snake_case, camelCase, or kebab-case headers.
Convert phone numbers to a single format.
Bulk-validate a list of email addresses.
Infer each column's data type.
Spot rows with shape or type mismatches.
Report empty/null cells per column.
Flag inconsistent formats inside a column.
Replace, drop, or report null/empty cells.
Flag statistical outliers in numeric columns.
Rename keys with rules (snake_case, prefix strip, mapping table).
Detect, drop, fill, or interpolate missing values per column.
Per-column type inference: int, float, date, bool, enum, ID.
Flag rows that violate a schema or per-column constraints.
Normalize a column to a chosen format (e.g. dates, currencies, casing).
Reformat phone numbers (E.164, national, dashed) in a CSV column.
Parse messy date strings and emit ISO-8601 (or any chosen format).
Normalize currency strings ("$1,200.50" → 1200.50 USD) across rows.
Standardize address strings — case, abbreviations, components.