I am assuming the answer is no based on the documentation but I wanted to check anyway. Is there a way to use a RegEx expression for File Include/File Exclude values?
We have vendor files that contain sensitive data where the file extension is a date stamp, so in order to get those files discovered and classified, I have to Include all files and keep adding to the Exclude list. As you can imagine that exclude list is getting long but if I could use a RegEx expression for the Include list I could stop including everything.
Hi Marc, correct, only wildcards are supported there. Are you trying to get those vendor files classified but not other files? Or why do you have to “keep adding to the Exclude list”? I’m trying to think of a workaround for this.
I need to get those vendor files classified, and since adding an Include value for each new date stamp is not feasible, I just added * to the Include list. So then I had to go back and add a bunch of items to the Exclude list. Then as things pop up that do not need to be collected, I have to then add them to the exclude list and have the system remove those files.