Import ip addresses through csv prepared in excel #14836
Unanswered
fractal90
asked this question in
Help Wanted!
Replies: 1 comment 1 reply
-
I'd guess you're trying to send a CSV file in a non-unicode character set (e.g. Windows-1252) when Netbox is expecting unicode. The error message tells you the byte offset (579) where the error occurs. You could use a utility such as iconv to convert the character encodings. Or you might be able to tell Excel to export in unicode. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Why when I try to import ip addresses from csv I get the error?
<class 'UnicodeDecodeError'>
'utf-8' codec can't decode byte 0xcc in position 579: invalid continuation byte
Python version: 3.10.12
NetBox version: 3.6.6
Plugins: None installed
Beta Was this translation helpful? Give feedback.
All reactions