Hi,
Scenario:
FTP - XI - FTP
File is retrieved using FTP and does not have extension. Example "abc"
File is to be stored by appending ".txt" to the filename.
So filename on receiver FTP channel should be abc.txt
Source file name is dynamic.
How do I add an extension (.txt) to a dynamic source filename ?
I was thinking abt Variable substitution like %fname%.txt but filename is not passed in the payload, so how do I replace fname ?
Any other ideas ?
Thanks
Bhaven