Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.    

...

ExpressionWill 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
(?!ABC12345)ABC.*All accounts starting with ABC, except for ABC12345

The patterns used are Perl Compatible Regular Expressions.  Their syntax is described in detail here.  

...

Step 2: Select the Source, enter the Account Id and press Test:

Image RemovedImage Added