networkobjects import error
-
I'm trying to import objects list from .csv file. I'm using this test file:
host1;loc1;name1 host2;loc2;name2 host3;loc3;name3
and this command:
.\veyon-cli networkobjects import test.txt format "%host%;%location%;%name%"
and keep getting the same error:
[ERROR] Error occured on first string. [FAILED]
I tried to use %%, change semicolon to commas, different types of file, i.e. .txt and still the same error message every single time.
What am I doing wrong? Thanks.