Problem with csv-Import
-
I have a Problem with csv-Import. i-doit show me the following error:
String could not be parsed as XML
Occured in: /var/www/idoit/src/classes/import/isys_import_xml.class.php:124
Hope you can help me.
-
Got the same problem, but with with xml-import through h-inventory.
Source of problem: xml-file was transferred from windows host, so contained carriage return characters and had unsupported??? encoding (UTF-8)Solution:
Edit you file with vim/vi as follow
:%s/\r//g
and chenge encoding to Windows-1251.It works, at list for me.