Avatar

Level 10

One option is to use the XSLT Transformation service to get from XML to TXT or CSV. You can search on google to find XSL examples.

The other option would need to write some code in the Execute script or create a custom component to do that manually in Java.

Jasmin