fix: accepted values in import with template (#12969)

**What**
Fixed CSV import functionality to properly handle columns that were previously cuasing import errors.

**Why**
Users were encountering "Invalid column name(s)" errors when importing CSV files containing system-generated columns like "Product Created At", "Product Updated At", etc. These columns are automatically added by export templates but should be ignored during import since they're not part of the product creation schema.

Resolves FRMW-2983
This commit is contained in:
juanzgc
2025-07-16 11:45:52 -05:00
committed by GitHub
parent c5d609d09c
commit 7669dbb03e
4 changed files with 273 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/core-flows": patch
"@medusajs/utils": patch
---
fix: accepted values in import with template