04-02-2024 01:12 PM
Is there a way to specify multiple filename matching patterns for the ON-PREM agent List Files in Folder function?
Example:
="ARP_CPRF_" + today.strftime("%Y%m%d") + "*.TXT"
OR
="Process*.TXT"
Solved! Go to Solution.
04-09-2024 10:49 AM
That won't work. Your suggestion just includes all .TXT files in the folder, and could have been stated as simply "*.TXT"
I was asking for way to specify multiple search patterns where one filter would include only files with a filename that included specific text (which didn't work).
I ended up going about it in a different way where I am filtering results in a different step to achieve what I need.
04-09-2024 04:07 AM
04-09-2024 10:49 AM
That won't work. Your suggestion just includes all .TXT files in the folder, and could have been stated as simply "*.TXT"
I was asking for way to specify multiple search patterns where one filter would include only files with a filename that included specific text (which didn't work).
I ended up going about it in a different way where I am filtering results in a different step to achieve what I need.