System: SAP PI 7.3
Query: Hi Team we are working on File to Email Scenario
in which we have received incoming file with name for ex. “XYZ.csv” and in output
we need to send email with payload as attachment. The attachment name
should be dynamic i.e. “<XYZ_timestamp>.txt (tab delimited text file)”.
We tried to use dynamic configuration through udf and we
were able to achieve the dynamic file name but the attachment was still in .xml
extension. Please confirm how to achieve
the same.
Thanks in Advance.