You can prevent some data from being uploaded by using the Do Not Upload List. This can be useful if you:
...
It is important to note that the Account Id is checked for exclusion before any rename rules are applied. Also, any data that is already loaded will not be affected.
...
Expression | Will Exclude |
---|---|
.* | All accounts. |
ABC.* | All accounts that start with ABC |
(?!^ABC).* | All accounts that do not start with ABC |
(?!^ABC)(?!^XYZ).* | All accounts that do not start with ABC or XYZ |
^[0-9]+$ | All numeric accounts |
^.*CAD$ | All accounts ending in CAD |
ABC[0-9][0-9][0-9] | All acounts starting with ABC followed by three digits |
...
Step 2: Select the Source, enter the Account Id and press Test: