fix: accepted values in import with template - #12969
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
🦋 Changeset detectedLatest commit: 9da1a7f The changes in this PR will be included in the next version bump. This PR includes no changesetsWhen changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
Author
|
/snapshot-this |
Contributor
🚀 A snapshot release has been made for this PRTest the snapshots by updating your yarn add @medusajs/admin-bundler@2.8.8-snapshot-20250716031427yarn add @medusajs/admin-sdk@2.8.8-snapshot-20250716031427yarn add @medusajs/admin-shared@2.8.8-snapshot-20250716031427yarn add @medusajs/admin-vite-plugin@2.8.8-snapshot-20250716031427yarn add @medusajs/dashboard@2.8.8-snapshot-20250716031427yarn add create-medusa-app@2.8.8-snapshot-20250716031427yarn add @medusajs/cli@2.8.8-snapshot-20250716031427yarn add medusa-dev-cli@2.8.8-snapshot-20250716031427yarn add @medusajs/medusa-oas-cli@2.8.8-snapshot-20250716031427yarn add @medusajs/core-flows@2.8.8-snapshot-20250716031427yarn add @medusajs/framework@2.8.8-snapshot-20250716031427yarn add @medusajs/js-sdk@2.8.8-snapshot-20250716031427yarn add @medusajs/modules-sdk@2.8.8-snapshot-20250716031427yarn add @medusajs/orchestration@2.8.8-snapshot-20250716031427yarn add @medusajs/types@2.8.8-snapshot-20250716031427yarn add @medusajs/utils@2.8.8-snapshot-20250716031427yarn add @medusajs/workflows-sdk@2.8.8-snapshot-20250716031427yarn add @medusajs/icons@2.8.8-snapshot-20250716031427yarn add @medusajs/ui@4.0.18-snapshot-20250716031427yarn add @medusajs/ui-preset@2.8.8-snapshot-20250716031427yarn add @medusajs/medusa@2.8.8-snapshot-20250716031427yarn add @medusajs/telemetry@2.8.8-snapshot-20250716031427yarn add @medusajs/test-utils@2.8.8-snapshot-20250716031427yarn add @medusajs/analytics@2.8.8-snapshot-20250716031427yarn add @medusajs/api-key@2.8.8-snapshot-20250716031427yarn add @medusajs/auth@2.8.8-snapshot-20250716031427yarn add @medusajs/cache-inmemory@2.8.8-snapshot-20250716031427yarn add @medusajs/cache-redis@2.8.8-snapshot-20250716031427yarn add @medusajs/cart@2.8.8-snapshot-20250716031427yarn add @medusajs/currency@2.8.8-snapshot-20250716031427yarn add @medusajs/customer@2.8.8-snapshot-20250716031427yarn add @medusajs/event-bus-local@2.8.8-snapshot-20250716031427yarn add @medusajs/event-bus-redis@2.8.8-snapshot-20250716031427yarn add @medusajs/file@2.8.8-snapshot-20250716031427yarn add @medusajs/fulfillment@2.8.8-snapshot-20250716031427yarn add @medusajs/index@2.8.8-snapshot-20250716031427yarn add @medusajs/inventory@2.8.8-snapshot-20250716031427yarn add @medusajs/link-modules@2.8.8-snapshot-20250716031427yarn add @medusajs/locking@2.8.8-snapshot-20250716031427yarn add @medusajs/notification@2.8.8-snapshot-20250716031427yarn add @medusajs/order@2.8.8-snapshot-20250716031427yarn add @medusajs/payment@2.8.8-snapshot-20250716031427yarn add @medusajs/pricing@2.8.8-snapshot-20250716031427yarn add @medusajs/product@2.8.8-snapshot-20250716031427yarn add @medusajs/promotion@2.8.8-snapshot-20250716031427yarn add @medusajs/analytics-local@2.8.8-snapshot-20250716031427yarn add @medusajs/analytics-posthog@2.8.8-snapshot-20250716031427yarn add @medusajs/auth-emailpass@2.8.8-snapshot-20250716031427yarn add @medusajs/auth-github@2.8.8-snapshot-20250716031427yarn add @medusajs/auth-google@2.8.8-snapshot-20250716031427yarn add @medusajs/file-local@2.8.8-snapshot-20250716031427yarn add @medusajs/file-s3@2.8.8-snapshot-20250716031427yarn add @medusajs/fulfillment-manual@2.8.8-snapshot-20250716031427yarn add @medusajs/locking-postgres@2.8.8-snapshot-20250716031427yarn add @medusajs/locking-redis@2.8.8-snapshot-20250716031427yarn add @medusajs/notification-local@2.8.8-snapshot-20250716031427yarn add @medusajs/notification-sendgrid@2.8.8-snapshot-20250716031427yarn add @medusajs/payment-stripe@2.8.8-snapshot-20250716031427yarn add @medusajs/region@2.8.8-snapshot-20250716031427yarn add @medusajs/sales-channel@2.8.8-snapshot-20250716031427yarn add @medusajs/stock-location@2.8.8-snapshot-20250716031427yarn add @medusajs/store@2.8.8-snapshot-20250716031427yarn add @medusajs/tax@2.8.8-snapshot-20250716031427yarn add @medusajs/user@2.8.8-snapshot-20250716031427yarn add @medusajs/workflow-engine-inmemory@2.8.8-snapshot-20250716031427yarn add @medusajs/workflow-engine-redis@2.8.8-snapshot-20250716031427
|
adrien2p
approved these changes
Jul 16, 2025
**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 was referenced Jul 16, 2025
This was referenced Jul 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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