Answer(s)
- customer wants to split data into two separate streams based on values populated in theSOURCE and TYPE fields. How can this be done?A. Use the Split stage to filter data and specify the SOURCE and TYPE fields as the selectvalues.
- Create an unduplication job to perform an exact match by specifying the SOURCE and TYPEfields as blocking variables and including no matching variables.
- Customize the PREP rule set classification table to tag SOURCE and TYPE values and writerecords to separate streams based on the newly created tag value.
- Specify a field in the input data file definitions that include both the SOURCE and TYPE dataand use the Select stage to split the data based on the newly created field.
Correct Answer
Specify a field in the input data file definitions that include both the SOURCE and TYPE dataand use the Select stage to split the data based on the newly created field.