Hi,
I have a folder where a new txt file is loaded on some days. Something like FILE_NAME_YYYYMMDD.txt
I am using OdiWaitFile component and using Filename mask to detect these files with FILE_NAME_*, then rewriting it without suffix to use it later on in my mapping.
After detecting this file can I pass its name to variable?
I cant write a logic to create variables for each date cause I dont have a file each day.
Thank you.