Check shape
Count columns, find ragged rows, and confirm quoting before changing field mapping.
Bean Jar Labs
Use this quick guide when a CRM, marketplace, finance system, inventory tool, or internal dashboard rejects a CSV with a vague import error. It explains what the error usually means, what to inspect first, and when to run a local precheck before another upload attempt.
Count columns, find ragged rows, and confirm quoting before changing field mapping.
Trim whitespace, remove duplicates, and make required columns explicit.
Look for text in number/date columns and blanks in likely required fields.
Common CSV import errors
The importer expected each row to have the same number of cells as the header. Common causes are broken quoting, stray commas, truncated exports, or rows copied from a spreadsheet with hidden delimiters.
Duplicate headers can make a mapper overwrite values or reject the file. Look for repeated names, casing-only differences, and leading or trailing spaces.
A numeric column can fail because of currency symbols, thousands separators, blanks, text placeholders, or date formats that changed partway through the export.
Required IDs, emails, SKUs, dates, amounts, names, and foreign keys often need a quick profile before upload. A blank can be valid only if the destination system explicitly allows it.
Import mappers often treat id, id, and id
as different fields. Trim before mapping.
Added, removed, renamed, or reordered columns can break repeat imports even when the file looks similar at a glance.
Fast triage checklist
Specific fixes
Local first
The Bean Jar Labs precheck runs in the browser and can generate a short findings report from a sanitized sample. It is designed to help you decide whether the file needs a quick checklist, a tracker template, the audit kit, or a done-for-you audit.
Use sanitized samples only. Do not send sensitive personal, health, financial, credential, regulated, or confidential data until handling and scope are explicitly confirmed.
Destination-specific