Unfortunately no.LiveCycle Designer can import XFT file that were
created by FormFlow, but won't be able to save back as XFTs. It'll
convert the file to an XDP.Jasmin
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