Add option export a Netbox compatible CSV #9147

Closed
opened 2025-12-29 20:46:15 +01:00 by adam · 1 comment
Owner

Originally created by @thiagomarafeli on GitHub (Jan 24, 2024).

NetBox version

v3.6.7

Feature type

New functionality

Proposed functionality

Nowadays, if you do an export of DCIM > Platform (e.g.) and try to import it later in any other instance with a running NetBox, it will have an error saying there is no because the field is not present in that visualization, but it's not exacly that.

The problem is that there is Fields starting with a capital letter and it may have a different display name.

The error:
image

The data (exported into a CSV):
image.

The fields:
image

Isn't there a way to do such and export option that will allow us to import using the adequate fields? At least the ones that do not depend on others or vice versa. If so, I believe it would be a great feature, without having to create a custom template.

It would be helpful, because nowadays it only works after getting rid and adapting some fields from the CSV and this is time consuming.

Ps: I'm new to NetBox and english is not my first language

Use case

  • Import some table into another NetBox instance
  • Work over the exported data and maybe getting back on (bulk edit)
  • Backup some specific table, without having to backup the database itself or accessing it

Database changes

No response

External dependencies

No response

Originally created by @thiagomarafeli on GitHub (Jan 24, 2024). ### NetBox version v3.6.7 ### Feature type New functionality ### Proposed functionality Nowadays, if you do an export of DCIM > Platform (e.g.) and try to import it later in any other instance with a running NetBox, it will have an error saying there is no <Field> because the field is not present in that visualization, but it's not exacly that. The problem is that there is Fields starting with a capital letter and it may have a different display name. The error: ![image](https://github.com/netbox-community/netbox/assets/70313778/ba813200-0ada-40c1-8afa-0937f98fa085) The data (exported into a CSV): ![image](https://github.com/netbox-community/netbox/assets/70313778/33f47945-5cd2-4095-acc5-87d455f3bb81). The fields: ![image](https://github.com/netbox-community/netbox/assets/70313778/d0e59a7b-25e3-4852-9602-a95c3392cfd3) Isn't there a way to do such and export option that will allow us to import using the adequate fields? At least the ones that do not depend on others or vice versa. If so, I believe it would be a great feature, without having to create a custom template. It would be helpful, because nowadays it only works after getting rid and adapting some fields from the CSV and this is time consuming. Ps: I'm new to NetBox and english is not my first language ### Use case - Import some table into another NetBox instance - Work over the exported data and maybe getting back on (bulk edit) - Backup some specific table, without having to backup the database itself or accessing it ### Database changes _No response_ ### External dependencies _No response_
adam added the type: featurestatus: duplicate labels 2025-12-29 20:46:15 +01:00
adam closed this issue 2025-12-29 20:46:15 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jan 24, 2024):

Thank you for submitting this issue, however it appears that this topic has already been raised. Please see issue #14502 for further discussion.

@jeremystretch commented on GitHub (Jan 24, 2024): Thank you for submitting this issue, however it appears that this topic has already been raised. Please see issue #14502 for further discussion.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9147