We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you first export Power connections and then (after delete) try to import you got this error:
Record 1 status: Select a valid choice. Connected is not one of the available choices.
Problem is: export uses capital letter on 1st character at last field: abc1-pdu1,AC4,abc1-switch7,PSU0,Connected
but import needs lowercase: abc1-pdu1,AC4,abc1-switch7,PSU0,connected
The text was updated successfully, but these errors were encountered:
0ff46bf
Fixes netbox-community#611: Power/console/interface connection import…
8bdc496
…: status field should be case-insensitive
No branches or pull requests
If you first export Power connections and then (after delete) try to import you got this error:
Record 1 status: Select a valid choice. Connected is not one of the available choices.
Problem is: export uses capital letter on 1st character at last field:
abc1-pdu1,AC4,abc1-switch7,PSU0,Connected
but import needs lowercase:
abc1-pdu1,AC4,abc1-switch7,PSU0,connected
The text was updated successfully, but these errors were encountered: