modules-type CSV bulk import does not import tags #8216

Closed
opened 2025-12-29 20:33:55 +01:00 by adam · 2 comments
Owner

Originally created by @laimaretto on GitHub (Jun 21, 2023).

Originally assigned to: @abhi1693 on GitHub.

NetBox version

dokcer version 3.5.3

Python version

3.10

Steps to Reproduce

  1. click on the import button under the modules-type section.
  2. under the tab 'Direct import' past the following in the 'data' field (make sure the tags and custom fields are already created)
manufacturer,model,tags,cf_FABRIC_PROFILE_ACC,cf_FABRIC_PROFILE_NW
Nokia,Test-mda,"pipo",-1,-1
  1. Format can be either auto-detect or CSV
  2. click 'submit'

The module is actually imported, but the tags are not.

Expected Behavior

That the tags be considered when importing.

Observed Behavior

no error raised.

Originally created by @laimaretto on GitHub (Jun 21, 2023). Originally assigned to: @abhi1693 on GitHub. ### NetBox version dokcer version 3.5.3 ### Python version 3.10 ### Steps to Reproduce 1. click on the import button under the modules-type section. 2. under the tab 'Direct import' past the following in the 'data' field (make sure the tags and custom fields are already created) ``` manufacturer,model,tags,cf_FABRIC_PROFILE_ACC,cf_FABRIC_PROFILE_NW Nokia,Test-mda,"pipo",-1,-1 ``` 3. Format can be either auto-detect or CSV 4. click 'submit' The module is actually imported, but the tags are not. ### Expected Behavior That the tags be considered when importing. ### Observed Behavior no error raised.
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 20:33:55 +01:00
adam closed this issue 2025-12-29 20:33:55 +01:00
Author
Owner

@stavr666 commented on GitHub (Jun 21, 2023):

Bug reproducible in Demo:

manufacturer,model,tags
Opengear,Test-mda,"x-ray"

@stavr666 commented on GitHub (Jun 21, 2023): Bug reproducible in Demo: manufacturer,model,tags Opengear,Test-mda,"x-ray"
Author
Owner

@abhi1693 commented on GitHub (Jun 23, 2023):

This issue is also with device types

@abhi1693 commented on GitHub (Jun 23, 2023): This issue is also with device types
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8216