Spreadsheet Data Quality Checker
Measure blanks, outer whitespace, repeated values and case inconsistencies that can interfere with matching and reporting.
Convert delimited lines into a structured table and downloadable CSV using comma, tab, semicolon or pipe separators.
Text copied from logs, emails and legacy systems often arrives as repeated lines separated by commas, tabs, semicolons or pipes. This utility separates every line into consistent spreadsheet columns, pads shorter rows with blanks and produces a UTF-8 CSV export. The preview makes uneven rows visible before download, which helps catch a wrong delimiter or malformed source. The operation is deliberately literal: quoted-field CSV rules are better handled by the file-based CSV reader, while this tool is intended for raw pasted text.
The pasted-text splitter uses a literal delimiter and does not parse escaped delimiters inside quoted fields. Upload a CSV file for standards-aware CSV parsing.
Yes. Choose Tab as the delimiter.
They are padded with blank cells to match the widest row.
No. You select the delimiter so the transformation remains predictable.
Measure blanks, outer whitespace, repeated values and case inconsistencies that can interfere with matching and reporting.
Append two CSV, TSV or XLSX datasets and align their fields by header name in a downloadable CSV export.
Profile column types, blanks, uniqueness, maximum text length and sample values before mapping or importing a dataset.