In XML bursting how can we achieve the file name in the format we want
I want the pdf name as 111-chase-CUST_ACCOUNT_NUMBER-site_number.pdf as my output
Cust_account_number and site_number are from xml where as 111 and chase are default to all the ones
how could I achieve this.?
<xapi:filesystem id="FILE_DELIVERY" output="/tmp/Invoice_Migration/${CUST_ACCOUNT_NUMBER}.pdf"/>