-
Hello,
also:
I also tried setting cf_ before the field name with no luck. |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Sep 13, 2023
Replies: 1 comment 11 replies
-
Netbox version? With netbox 3.6.1, and a text custom field called "foo", the following works for me:
After import: |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If the format I gave you doesn't work with 3.5.4, then try upgrading to 3.5.9 (that should be safe - mainly just bugfixes).
If it still doesn't work, then I guess you will need to go to 3.6.1
At the moment, bulk imports silently ignore any unknown fields you pass, which makes it hard to know when you're providing invalid data. This is being worked on in #11617.