how to rename multiple xml files that are received from a source to a static name inorder to be used as an input file for a hierarchy parser as the input file only accepts static names.
src files:
abc.xyz.datetimestamp
abc.xyz.datetimestamp
required output:
abc1.xml
abc2.xml
Is there any other way to find a file through a wildcard character and can be used in the input file to a hierarchy parser in IICS?
like:
"path"
"directory/abc*.xml"
I did try this option but it did not work.
I would appreciate any find of help.
Thanks,
Ravali Damuluri