CSV import for custom fields of Multiple Object type does not work #7625

Closed
opened 2025-12-29 20:26:12 +01:00 by adam · 0 comments
Owner

Originally created by @kkthxbye-code on GitHub (Feb 9, 2023).

Originally assigned to: @kkthxbye-code on GitHub.

NetBox version

v3.4.4

Python version

3.10

Steps to Reproduce

  1. Create a CircuitType and Circuit, get the ID of the circuit
  2. Create a customfield of multiple object type named cf_tenantmulti
  3. Try to import the following:
name,slug,cf_tenantmulti
test1233dsdsfdsfdsffdsf21,testdsfsdfdsfddsfdsfsfsdfsdf,1

Expected Behavior

Import succeed

Observed Behavior

Row 1 cf_tenantmulti: Enter a list of values

Originally created by @kkthxbye-code on GitHub (Feb 9, 2023). Originally assigned to: @kkthxbye-code on GitHub. ### NetBox version v3.4.4 ### Python version 3.10 ### Steps to Reproduce 1. Create a CircuitType and Circuit, get the ID of the circuit 2. Create a customfield of multiple object type named cf_tenantmulti 3. Try to import the following: ``` name,slug,cf_tenantmulti test1233dsdsfdsfdsffdsf21,testdsfsdfdsfddsfdsfsfsdfsdf,1 ``` ### Expected Behavior Import succeed ### Observed Behavior `Row 1 cf_tenantmulti: Enter a list of values`
adam added the type: bugstatus: accepted labels 2025-12-29 20:26:12 +01:00
adam closed this issue 2025-12-29 20:26:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7625