Hello Raye,
You can use standard XML to CSV converter to achieve the same.
Input Data:
<Recordset> <Header> <Line>abcdef</Line> </Header> <Header> <Line>fghjkl</Line> </Header> </Recordset>
Convertor Configuration:
Output Data:
abcdef fghjkl
Regards,
Sriprasad Shivaram Bhat
Add comment