Skip to Content
0
Dec 12, 2022 at 10:28 AM

Facing Weird issue with XML to CSV !

127 Views

Dear Experts,

I am modifying XML to CSV and the scenario is working fine but when there is any Arabic chars in the field then the converted values getting exchanged/combined with next field value. Please suggest.

Input

<?xml version="1.0" encoding="utf-8"?>
<n0:MT_EHS_VendorMaster xmlns:n0="http://NGL.com/EHS/FI/GOUP/Emp" xmlns:prx="urn:sap.com:proxy:SIK:/1SAI/TAS05143118925D6813EB20:740">
<Records>
<Name>1000030398</Name>
<DisplayName>حسام رحال</DisplayName>
<InvoiceMatchingLevel>6-way</InvoiceMatchingLevel>
<Status>Active</Status>
</Records>
<Records>
<Name>1000030398</Name>
<DisplayName>Roger</DisplayName>
<InvoiceMatchingLevel>2-way</InvoiceMatchingLevel>
<Status>Active</Status>
</Records>
</n0:MT_EHS_VendorMaster>
"Name","Display Name","Invoice Matching Level","Status"
"1000030398","حسام رحال","6-way","Active"
"1000030398","Roger","2-way","Active"