CSV / XLSX Import issues

Last updated: 26 March 2026 at 13:30:22 UTC by Administrator



Quick Import Process (Do This Every Time)

  1. Go to the list view of the module (Products, Contacts, Sales, etc.).
  2. Click Favorites → Import records.
  3. Upload your CSV or XLSX file.
  4. Map every column:
    • Green = auto-mapped (good).
    • Red = not mapped (you must fix these).
    • Click the dropdown next to each red column and select the correct Odoo field.
  5. Click Test (never skip this).
  6. If Test shows green → click Import.
  7. Done.

 

Top 10 Common Mistakes When Importing CSV / XLSX in Jams

#MistakeWhy it failsHow to avoid
1Skipping mapping when columns are redJams blocks until everything is mapped or skips import (depends of field is required or not) Always fix every red column before clicking Test
2Using wrong file formatXLSX with formulas or merged cellsSave as CSV UTF-8 or plain XLSX (no formatting)
3Wrong date formatjams expects YYYY-MM-DDUse only 2025-03-26 format
4Numbers with symbols (₹, $, commas)Treated as text → import failsUse plain numbers only (e.g. 1250.00)
5Missing required fields highlights them red during mappingCheck the template – fill every required column
6Wrong relational data (Category, Customer, UoM, etc.)Name doesn’t exist Use exact name or External ID from JAMS
7Bad encoding (special characters)Shows as � or breaks importAlways export/save as UTF-8
8Importing without testingHidden errors appear only at the endAlways click Test first
9Large file (>1000 rows) in one goTimeout or memory errorSplit into smaller files (500 rows max)
10Deleting the “External ID” columnCannot update existing records laterKeep the External ID column from the official template

 

Pro Tips for CSV / XLSX Imports

  • Always start with a template: Export first then change the data / Don't change column titles. It has the exact column names.
  • If a column stays red even after selecting the field → refresh the page and re-map.
  • For updates (not new records), always include the External ID column.