-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importer only recognizes CSV header “Name” for Asset Models (fails with “Model Name” or “Item Name”) #16128
Comments
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
There's a high chance that you are doing something wrong. Format your CSV file with some text editor, use "" as text delimiter. Try this as a demo import (save as csv file with simple text editor)
|
Issue Description
When importing a CSV for Asset Models, the system fails with the error "The name field is required" unless the CSV header is exactly "Name." Attempting to use “Model Name” or “Item Name” columns leads to the same error.
Steps to Reproduce
Expected Behavior
The importer should either automatically detect or allow mapping “Model Name” or “Item Name” as the required ‘name’ field.
Actual Behavior
Only the exact column heading “Name” is recognized; any variation results in a failed import and the error message.
Environment
The text was updated successfully, but these errors were encountered: