Looking for honest answers from people doing this every day.
When a client hands over their legacy data in Excel — product SKUs, customer records, stock lists — what's your process before it touches Odoo?
Specifically interested in how you handle:
- Product IDs converting to scientific notation (8.91E+12)
- Dates turning into serial numbers (44796)
- Leading zeros stripped from SKU codes
- Trailing spaces breaking import matching
Odoo's test import catches structural errors but not content corruption from Excel. Most people I've spoken to use custom scripts or manual checking.
Curious whether there's a consistent approach across the community or whether everyone is solving this differently.
Thanks — this is exactly the pattern I keep hearing. The fragmentation is the problem. I've built something that handles all of this automatically — scientific notation, leading zeros, date coercion — in 60 seconds, with a Certificate of Integrity as the output. Happy to share if useful