1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#4347: Changelog & cleanup

This commit is contained in:
jeremystretch
2022-11-10 11:05:44 -05:00
parent 93e7457e0d
commit 653acbf62c
2 changed files with 11 additions and 12 deletions

View File

@@ -17,6 +17,10 @@
NetBox's global search functionality has been completely overhauled and replaced by a new cache-based lookup.
### JSON/YAML Bulk Imports ([#4347](https://github.com/netbox-community/netbox/issues/4347))
NetBox's bulk import feature, which was previously limited to CSV-formatted data for most objects, has been extended to support the import of objects from JSON and/or YAML data as well.
#### CSV-Based Bulk Updates ([#7961](https://github.com/netbox-community/netbox/issues/7961))
NetBox's CSV-based bulk import functionality has been extended to support also modifying existing objects. When an `id` column is present in the import form, it will be used to infer the object to be modified, rather than a new object being created. All fields (columns) are optional when modifying existing objects.