
HI ALL,
I am working on ax 2012 R3.
I have requirement to setup positive pay for bank.
I have managed to do all the setups and able to generate output file as xml file with bank details ,for this I have provided the XSLT file as an input.
Now I have to generate the CSv file instead of XML..for this I dont know how to change the extension of out put file.
I have tried below XSL output method to change the extension but no use still I am getting XML file.
<xsl:output method="text" encoding="utf-8" omit-xml-declaration="yes"/>
Please suggest if you have any idea how to change the extension of file.
Thanks
Haribabu
*This post is locked for comments
I have the same question (0)This was already discussed in Converting to text file after XSL transformation.
You also mentioned that your transformation doesn't work. If you need our help with it, please create a new thread with an appropriate title and tags and explain the problem in detail there. The single output tag you've mentioned doesn't say much.