Open
Description
NetBox version
v4.3.3
Feature type
Change to existing functionality
Proposed functionality
In my database I have a Devices that have the same Name in different Sites.
When I want to import cables with CSV i can not give a Site name to destination A or B (see netbox_cables_import_test_now.csv )
netbox_cables_import_test_now.csv
Either I have to give a device an elaborate name ( as in "asset tag" in the image below) or add the connectors manually.

Use case
Add to the import variables the fields side_a_site and side_b_site like in the file :
So I can import cables to devices with the same name but in different sites.
Database changes
none
External dependencies
unknown