Using Wild Cards in Import Transaction Rules for Banking
Wild Cards in the Import Rules help you identify patterns of words or characters that may vary slightly, allowing for flexibility when searching for specific transactions. They are especially useful when you need to capture multiple versions of a similar term. For instance, you may need to find entries like RENT001, RENT002, RENT111, and more, where the common part is RENT and the numbers at the end vary.
In this scenario, RENT is the fixed segment, while the numbers are variables that can change. By using a Wild Card symbol, you can define a broader search that captures all relevant entries. The Wild Card symbol (*) can represent any sequence of characters. So, to find all transactions related to RENT, you would use RENT*, which means "find everything that starts with RENT regardless of what follows."
Here are some examples:
RENT* will find RENT001, RENT002, RENT111, etc.
UTIL* will find UTIL01, UTILITIES-APR, UTIL-BILL, etc.
Wild Cards are a powerful tool to automate and simplify your banking transaction import process, ensuring that all relevant entries are easily matched and categorized, even if there are small variations in the text.
Examples: Please note that the word (SPACE) is an actual space and not the word space
Example 1: Finding a string of words with wild cards, up to and including the first space, and replacing with nothing. It will only remove that section and not the whole sentence string.
String to find: FNB OB 0*(SPACE)
Replace with:
Transaction Description: FNB OB 0000005164 RENT001
What it will change it to: RENT001
Example 2: Finding a string of words with wild cards, up to and including the first space, and replacing with another word. It will only remove that section and not the whole sentence string.
String to find: FNB OB 0*(SPACE)
Replace with: RENTAL RECEIVED (SPACE)
Description: FNB OB 0000005164 RENT001
What it will change it to: RENTAL RECEIVED RENT001
Example 3: Finding a string of words with wild cards, and everything after the * (no space used), and replace with nothing. It will also remove everything after the *
String to find: FNB OB 0*(NO SPACE)
Replace with:
Description: FNB OB 0000005164 RENT001
What it will change it to: