Enable populating bulk import data from a remote data file #7655

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

Originally created by @jeremystretch on GitHub (Feb 17, 2023).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.4.4

Feature type

New functionality

Proposed functionality

NetBox v3.5 will introduce the ability to replicate data from remote sources, such as a git repository (see #11558). We can leverage this ability to streamline the bulk import process, enabling a user to select an existing remote file as an alternative to submitting a local file for upload.

The implementation I envision would comprise three tabs under the bulk import view for a model:

  • Direct import (text box)
  • File upload
  • Remote file

Under the third tab, the user can select a remote data source and the desired file, the submit the form. The remote file's data will be used in place of uploaded data. In the event of an error, we could either ask the user to select a different file, or replicate the file content under the first tab for modification.

Use case

In a scenario where the user has prepared a large amount of data to be imported, it may be quicker for them to replicate a remote repository rather than downloading and uploading each file manually.

Database changes

No response

External dependencies

No response

Originally created by @jeremystretch on GitHub (Feb 17, 2023). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.4.4 ### Feature type New functionality ### Proposed functionality NetBox v3.5 will introduce the ability to replicate data from remote sources, such as a git repository (see #11558). We can leverage this ability to streamline the bulk import process, enabling a user to select an existing remote file as an alternative to submitting a local file for upload. The implementation I envision would comprise three tabs under the bulk import view for a model: * Direct import (text box) * File upload * Remote file Under the third tab, the user can select a remote data source and the desired file, the submit the form. The remote file's data will be used in place of uploaded data. In the event of an error, we could either ask the user to select a different file, or replicate the file content under the first tab for modification. ### Use case In a scenario where the user has prepared a large amount of data to be imported, it may be quicker for them to replicate a remote repository rather than downloading and uploading each file manually. ### Database changes _No response_ ### External dependencies _No response_
adam added the status: acceptedtype: feature labels 2025-12-29 20:26:31 +01:00
adam closed this issue 2025-12-29 20:26:31 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7655