1.7

Table Of Contents
add an Action Step and specify the new Stop processing record action type. This basically
discards this data record and instructs the DataMapper to immediately skip to the next source
record.
This yields two immediate and major benefits:
l Data Extraction is much faster since you are only extracting the records you actually want
l The database will not be cluttered with useless records (potentially numbering in the
thousands) that you were not going to use anyway. As a consequence, the automated
clean-up process will have much less work to perform when the time comes to delete
obsolete entries from the database. This should result in a lighter workload and better
overall performance.
Page 906