Hi all,
I have a situation where I need to import a document with the non-English(double-byte) name (عامل.txt). the document name is in arabic, so in the xml import file I have placed the file path in <![CDATA[C:\temp\عامل.txt]]> and added the <?xml version="1.0" encoding="UTF-8"?> in the starting of the xml and saved the xml in UTF-8 format and tried to import.
In the log file generated its giving the error as the file ****.txt does not exit.
My xml import file is working properly the documents with English(ASCII)names.
I have a situation where I need to import a document with the non-English(double-byte) name (عامل.txt). the document name is in arabic, so in the xml import file I have placed the file path in <![CDATA[C:\temp\عامل.txt]]> and added the <?xml version="1.0" encoding="UTF-8"?> in the starting of the xml and saved the xml in UTF-8 format and tried to import.
In the log file generated its giving the error as the file ****.txt does not exit.
My xml import file is working properly the documents with English(ASCII)names.