-
Hi all, I find in the documentation https://docs.netbox.dev/en/stable/customization/custom-fields/ the description on how to set custom fields via Rest -> To set or change these values, simply include nested JSON data can I also use csv import for setting custom fields? thanks in advance for your help |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
found the solution, yes, it is possible to use csv for import of custom field values. in the header the custom field name key must be prefixed with cf_ e.g. custom field name is xxx, the the header key is cf_xxx e.g. custom field name is Xxx, the the header key is cf_Xxx |
Beta Was this translation helpful? Give feedback.
found the solution,
yes, it is possible to use csv for import of custom field values.
in the header the custom field name key must be prefixed with cf_
e.g. custom field name is xxx, the the header key is cf_xxx
e.g. custom field name is Xxx, the the header key is cf_Xxx