I saw in lot of post that receiver file name can be dynamically changed using variable substitution.. My requirement is to create a file with following name,
"XXXXtimestampZZZZ.txt" Where the XXXX and 'ZZZZ' are fixed.
How do I achieve this using Variable substitution (if at all it can be achieved)..Is there a variable data that we could use for 'Datetime' stamp? If Variable substitution is not possible, what is the alternative?
Thanks