cancel
Showing results for 
Search instead for 
Did you mean: 

Issue In reading File with character

Former Member
0 Kudos

Hi Experts,

While trying to process a simple flat file (text), I am facing the below issue:

The file contains a character which is not recognized in XML and hence an error is triggered during mapping step.

Error:

com.sap.aii.utilxi.misc.api.BaseRuntimeException:An invalid XML character (Unicode: 0x3) was foundin the element content of the document.

In Integration Directory Channel config I have mentioned File Type as Binary. Can you please guide me if there is any method to read the file in any particular encoding format such that the character └ can be ignored.

Incoming file:

-} {1

Need

-}{1 for file to get processed in mapping

Thanks in advance,

Souvik

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Souvik,

Try the following encoding character sets in file communication channel. ISO-8859

-- Seems to be Latin character sets.

http://en.wikipedia.org/wiki/Western_Latin_character_sets_(computing)

Regards

Ramesh

Former Member
0 Kudos

Hi Ramesh,

└ is a special character. (Press and Hold ALT key and press 192)

ISO-8859- x is not working

Thanks,

Former Member
0 Kudos

Hi All,

I resolved this using a JAVA mapping and removing the unwanted characters.