Simple File Match
Currently, we support three different modes of matching a CSV file. The first one is the default one, glob. A simple string would make it use glob mode like this:
You can also do an exact match like this:
Or, if you prefer regular expression: