You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to import a lot of cables in nautobot and want to do it using CSV files. But I can't seem te be able to import the file.
I get this error:
Enter the list of column headers followed by one line per record to be imported, using commas to separate values. Multi-line data and values containing commas may be wrapped in double quotes.
Row 1: termination_a: Invalid ID for type dcim | interface
information devices:
UUID device a: 21e46c10-11f5-4370-bbac-dce1b686bb9b
The UUID interface a: cb7eb43d-459e-4089-a314-f3d2c9588235
this is my CSV code:
termination_a_type,termination_b_type,termination_a,termination_b,termination_a_id,termination_b_id,status
dcim.interface,dcim.frontport,cb7eb43d-459e-4089-a314-f3d2c9588235,752c964d-4297-4106-b4a3-986cc2f4c94e,21e46c10-11f5-4370-bbac-dce1b686bb9b,8d8aa15a-0833-4d41-9684-be88b67144ff,Connected
thank you in advance for the help!
you used to be able to split a cable and connect one end to 2 ports and the other end to another port. Did this feature dissapear?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
nautobot v2.1.1
I need to import a lot of cables in nautobot and want to do it using CSV files. But I can't seem te be able to import the file.
I get this error:
Enter the list of column headers followed by one line per record to be imported, using commas to separate values. Multi-line data and values containing commas may be wrapped in double quotes.
Row 1: termination_a: Invalid ID for type dcim | interface
information devices:
UUID device a: 21e46c10-11f5-4370-bbac-dce1b686bb9b
The UUID interface a: cb7eb43d-459e-4089-a314-f3d2c9588235
UUID device b: 8d8aa15a-0833-4d41-9684-be88b67144ff
UUID frontport device b:752c964d-4297-4106-b4a3-986cc2f4c94e
this is my CSV code:
termination_a_type,termination_b_type,termination_a,termination_b,termination_a_id,termination_b_id,status
dcim.interface,dcim.frontport,cb7eb43d-459e-4089-a314-f3d2c9588235,752c964d-4297-4106-b4a3-986cc2f4c94e,21e46c10-11f5-4370-bbac-dce1b686bb9b,8d8aa15a-0833-4d41-9684-be88b67144ff,Connected
thank you in advance for the help!
you used to be able to split a cable and connect one end to 2 ports and the other end to another port. Did this feature dissapear?
Beta Was this translation helpful? Give feedback.
All reactions