
Keep leading zeros when importing a CSV into Excel
Import product codes as text, check the original values, and avoid confusing display padding with preserved data. Includes a small CSV example.
Example files includedMissing zeros, mixed-up dates, and columns that won't cooperate. Find the cause and work through the fix with a small example file.
Find your fixExcel, Google Sheets & CSV. No sign-up.

| Original ID | As a number | As text |
|---|---|---|
00123 | | 00123 |
00007 | | 00007 |
01230 | | 01230 |
Import identifiers as text to keep every digit. These synthetic examples are in the guide's download.
Keep leading zeros in ExcelStart with the problem in front of you.

Import product codes as text, check the original values, and avoid confusing display padding with preserved data. Includes a small CSV example.
Example files included
Compare comma, semicolon, and tab examples, preserve quoted fields, and select the right import separator without editing the original data.
Example files included
Clean ordinary and nonbreaking spaces with a targeted formula, inspect character lengths, and avoid merging identifiers that should stay distinct.
Example files included
Comma, semicolon, tab or pipe? Paste complete rows to find a likely separator and preview the fields, including quoted notes.
Check a separator
Combine exports under one header. Columns match by their exact names, so a different column order will not move values into the wrong fields.
Merge CSV files
Choose which columns define a duplicate. Keep the first or last matching row without deleting cells from the middle of a record.
Remove duplicates
Divide a CSV into smaller files by data-row count. Every part keeps the header, and a line break inside a quoted field stays with its record.
Split CSVEvery guide explains what changed, includes a small synthetic example, and shows the result to look for. Sources and testing limits are stated so you can judge what applies to your file.
How these guides are made