Wildcard Names
For external sources, you can use wildcard names when selecting the source data. This is used where the name of the source file is dynamic e.g. Account_Import_TODAYS_DATE.csv.
Using wildcards you can let Dataimporter search through your data source for matching CSV files, and choose the latest file to be used for the job:
The following pattern matches are defined:
Pattern | Meaning |
---|---|
* | Matches everything |
? | Matches anything |
[seq] | Matches any character in a sequence |
[!seq] | Matches any character not in a sequence |
Last modified 16d ago