I can not import the csv into Netbox #20833
Replies: 1 comment
-
|
Hi! 👋 Thanks for opening the discussion. Based on what you’ve shared, it looks like the file might not be valid CSV. NetBox expects a plain‑text CSV encoded as UTF‑8 (ideally without a BOM), with commas as separators, a header row, and the same number of columns on every line. What NetBox expects
Rack import — minimal, known‑good header setIf you’re importing racks (what NetBox calls the rack objects themselves), this minimal header set works well in current releases: name,site,status,role,u_height,width Notes
If you need more fields, add them exactly as shown under “CSV Field Options” on the import page (e.g., Quick fixes that solve most “CSV not recognized” errors
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Netbox Version 4.4.5
When I import the csv into the Netbox rack configuration ,the web display status is not availablity.
netbox.csv
Who can tel me how to import yuml or json file into Netbox?
Beta Was this translation helpful? Give feedback.
All reactions