...
For this exercise you need two files from the zip file you downloaded in 2 Using Excel Templates, step 5.
containing updates from the two sources (Customer Care, and Shop).
- Customer Care updates
A file : this file containing details of customer care updates can be found in the input files, at:
…<path>\train\inputData\ChannelPackages\CustomerCareUpdates\CustomerCareUpdates.txt
- Shop updatesShopUpdates.txt
A file containing details of shop updates can be found in the input files, at:
…<path>\train\inputData\ChannelPackages\ShopUpdates\ShopUpdates.txt
- Create a new model with Name
Channel Package Check
. - Add a file collector to your model.
- Set Name to
Customer Care Updates
. - Navigate to the directory …\inputData\ChannelPackages\CustomerCareUpdates.
- Select the file CustomerCareUpdates.txt and complete the automatic file collector and stream configuration.
- Set Name to
- Add another file collector to your model.
- Set Name to
Shop Updates
. - Navigate to the directory …\inputData\ChannelPackages\ShopUpdates.
- Select the file ShopUpdates.txt and complete the automatic file collector and stream configuration.
- Set Name to
- Run both streams and check that data from the files is loaded into each one.
...