cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

XMLtoCSV with repeating Record in SAPCPI

Venn_G
Participant
0 Likes
848

Hi Experts,

I have a requirement to convert xml to csv format as below,

Input-

<Recoredset>

<Record>

<Data>Input112345</Data>

</Record>

<Record>

<Data>Input212345</Data>

</Record>

<Record>

<Data>Input312345</Data>

</Record>

</Recoredset>

Output-

Input112345 *

Input212345 *

Input312345 *

I have tried with XML to CSV Converter and Filter+ XML to CSV Converter but it is not working ,can you please give me some inputs to achieve the above output.

Thanks,

Venn

Accepted Solutions (0)

Answers (1)

Answers (1)

daviddasilva
Active Contributor
0 Likes

Hi,

This should work fine with the standard converter of XML to CSV.

Ensure you have the correct XSD in your converter and that your path is Recordedset/Record.

Kind regards,

David

Ask a Question