...
In this exercise you will produce a single list of updates to customers' Cable TV packages. Customers can update their packages both through a Customer Care system and in shops. You will bring all these updates together into a single list.
...
Read in
...
Data Sets from
...
Files
- Create a new model with
...
- Name
Channel Package Check
.
There are two files containing updates from the two sources (Customer Care, and Shop).
Customer Care updates
A file containing details of customer care updated can be found in the input files, at:
…\inputData\ChannelPackages\CustomerCareUpdates\CustomerCareUpdates.txt
Shop updates
A file containing details of shop updates can be found in the input files, at:
…\inputData\ChannelPackages\ShopUpdates\ShopUpdates.txt
...
Code Block |
---|
in.CustomerRef |
to
Code Block |
---|
CustomerRef |
...
- Press in the main stream configuration form
- Run analysis on
Combined Updates
- Check that you have the correct number of records in this stream when the analysis is complete
- Check the data set you generated – make sure that every field in every output record has been populated
...