Netbox v3.7.6's Interface's exported CSV can't be re-imported with the device name changed to another existing device: errors: header name case mismatch and invalid type choice #16189
Unanswered
LinuxMagicSupportTeam
asked this question in
Help Wanted!
Replies: 2 comments
-
apologies; posted in the wrong location; should've been in Issues: |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is a deliberate design decision by the NetBox developers, and they are not open to changing that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Devices / Device Components / Interfaces / Export|Import:
Issue 1: the exported CSV's headers have upper case letters which the Import process can't recognize.
Issue 2: all the "type" values seem to be invalid choices, despite the data being specified by the Export process
sample CSV data:
e.g. Error shown: ```
Record 1 type: Select a valid choice. SFP (2GFC) is not one of the available choices.
SFP (2GFC) is not one of the available choices.
Beta Was this translation helpful? Give feedback.
All reactions