Skip to Content
0
Former Member
Apr 01, 2010 at 10:50 PM

Error in XML Parsing

43 Views

Hi Experts,

We have a JDBC to FILE scenario.

In SXMB_MONI, the XML structure is like this :

<row>

<F1>No</F1>

<F2>2006-05-15 00:00:00.0</F2>

<F3>Ball Screw Inspection Tool - see ECM HS-060004-ECM</F3>

</row>

In RWB, it becomes like this:

<row>

<F1>No</F1>

<F2>2006-05-15 00:00:00.0</F2>

<F3>Ball Screw Inspection Tool - see ECM HS-060004-ECM& # x 0 ;</F3>

</row>

It is a simple one to one mapping. I dont know why it adds these special characters at the end.

Please help.

Regards.