Choices field missing from Custom Fields CSV import form #5420

Closed
opened 2025-12-29 19:27:45 +01:00 by adam · 0 comments
Owner

Originally created by @oasys on GitHub (Sep 24, 2021).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.0.3

Python version

3.7

Steps to Reproduce

  1. Click on "Other", "Custom Fields", "Import"
  2. Enter import data (either via CSV file or text box:
name,label,required,weight,filter_logic,type,content_types,choices
test,test,True,100,loose,select,dcim.device,"foo,bar"

Expected Behavior

successful import

Observed Behavior

Unexpected column header "choices" found.

Originally created by @oasys on GitHub (Sep 24, 2021). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.0.3 ### Python version 3.7 ### Steps to Reproduce 1. Click on "Other", "Custom Fields", "Import" 2. Enter import data (either via CSV file or text box: ```csv name,label,required,weight,filter_logic,type,content_types,choices test,test,True,100,loose,select,dcim.device,"foo,bar" ``` ### Expected Behavior successful import ### Observed Behavior > Unexpected column header "choices" found.
adam added the type: bugstatus: accepted labels 2025-12-29 19:27:45 +01:00
adam closed this issue 2025-12-29 19:27:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#5420