1,170 bytes added,
23:48, 21 April 2014 It is possible to use MetaData to auto clean data when it is loaded. When using this data for deduping or trying to perform comparisons, there are a number of rules that can be applied in order.
Metadata Rules and Process:
# Select all records in the campaign with the status "Received from web site"
# For each of the selected records perform the following:-
## Check the first name field and if it contains "test", flag the record as not valid
## Check the surname field and if it contains "test", flag the record as not valid
## Check the contact number field and if its blank, flag the record as not valid
## Check the contact number field and if it contains less than 7 characters, flag the record as not valid
## Check the mobile number field and if its blank, flag the record as not valid
## Check the mobile number field and if it contains less than 10 characters, flag the record as not valid
## Check the email address and if its not a valid address, flag the record as not valid
We can help you build these rules. Just give our support team a shout to help make all your programs work as best they can for you.
[[Category:Module Specific:MetaData]]