Issues with Atrex eCommerce Import/Export: Common Causes and Fixes
Overview
This article lists the most common issues encountered with Atrex eCommerce Import/Export, explains likely causes, and provides clear, step-by-step fixes to get your product catalog and data transfers back on track.
1. Import file rejected or fails on upload
- Cause: Incorrect file format (wrong CSV/Excel structure), missing required columns, or bad encoding (non-UTF-8).
- Fix:
- Export a sample template from Atrex and match column order and headers exactly.
- Save CSV files as UTF-8 encoding.
- Remove hidden characters and extra BOM with a plain-text editor.
- Validate the file using a simple script or spreadsheet checks (no empty required fields).
2. Missing or mismatched product SKUs after import
- Cause: SKU column missing or duplicates in import file; inconsistent SKU formatting (leading zeros, spaces).
- Fix:
- Ensure every product row includes a unique SKU.
- Trim whitespace and standardize formatting (e.g., preserve leading zeros by setting column as text).
- Check for duplicate SKUs and resolve conflicts before importing.
3. Incorrect prices or currency issues
- Cause: Price column formatted as text, wrong decimal separators, or currency code mismatches.
- Fix:
- Use consistent decimal separators (dot vs comma) matching Atrex settings.
- Convert price columns to numeric type in spreadsheet software.
- Include a currency column if importing multi-currency data and verify mapping in Atrex.
4. Images not linked or not importing
- Cause: Broken image URLs, inaccessible files (permissions), or missing URL column.
- Fix:
- Host images on a publicly accessible server and use absolute URLs (https://…).
- Verify URLs open in a browser without authentication.
- Use the designated image column/header and limit file size/resolution per Atrex specs.
5. Categories not assigned or misnested
- Cause: Category path format incorrect, missing parent categories, or mismatched delimiters.
- Fix:
- Use full category paths if required (e.g., “Electronics > Computers > Laptops”).
- Confirm delimiter used by Atrex (“>”, ”/“, or ”|“) and apply consistently.
- Pre-create parent categories in Atrex if the importer does not auto-create them.
6. Attribute or custom field data lost
- Cause: Attribute names mismatch or unsupported characters; custom fields not enabled.
- Fix:
- Export existing attributes to see exact names and formats.
- Map import columns to Atrex attribute identifiers where supported.
- Enable custom fields in Atrex settings before import.
7. Partial imports / timeouts on large files
- Cause: Server timeouts, upload limits, or memory constraints.
- Fix:
- Split large files into smaller batches (e.g., 1,000 rows).
- Use Atrex’s bulk import API or CLI if available for larger datasets.
- Contact hosting provider to increase upload size/time limits or run imports during off-peak hours.
8. Data duplication after repeated imports
- Cause: Importer creating new items instead of updating existing ones due to missing unique identifier.
- Fix:
- Use SKU or product ID as the unique key and choose “update existing” mode.
- Test import on a small sample and review results before full run.
- Remove duplicates in Atrex with a merge or cleanup tool if available.
9. Import log shows cryptic errors
- Cause: Generic error messages or internal validation failures.
- Fix:
- Export and inspect the importer log for row numbers and error codes.
- Reproduce the problem with the failing row in isolation to pinpoint the issue.
- Search Atrex support docs for the error code or reach out to support with the log excerpt.
10. Exported data missing fields or wrong format
- Cause: Export template missing optional fields or filters applied; character encoding issues.
- Fix:
- Use a custom export template including all required fields.
- Check export filters and remove unintended constraints.
- Ensure UTF-8 encoding when opening exports in spreadsheet software.
Best practices to avoid issues
- Always back up your catalog before mass imports/exports.
- Work with small test files first, then scale up.
- Keep a version-controlled template for import/export files.
- Maintain a changelog documenting imports (date, operator, file name).
- Automate validation steps (schema checks, duplicate detection) into your workflow.
Quick troubleshooting checklist
- Validate file format
Leave a Reply