Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Exporting data to text (.txt) or comma separated string (.csv) file?

Avatar

Level 8

Hello,

I would like to ask if it is possible to export data to either text (.txt) or comma separated string (.csv) file rather than .xml file in LiveCycle Workbench ES?

Can any one please advise.

Thanks,

HD

0 Replies

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