I use VFS transform a file from txt to xml. My txt file name is:COS_201205071103_0000000001.txt. And the ReplyFileName must be COS_201205071103_0000000001.XML. I think I need get the txt file name and change it to xml. But how to get the txt file name? Best regards.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Inside the In Sequence, you can set the file name to a property like this..
Then you can set the output file later like this.
|
|||