Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
  1. Create a new model with Name Channel Package Check.
  2. Add a file collector to your model.
    1. Set Name to Customer Care Updates.
    2. Navigate to the directory …\inputData\ChannelPackages\CustomerCareUpdates.
    3. Select the file CustomerCareUpdates.txt  and complete the automatic file collector and stream configuration.
  3. Add another file collector to your model.
    1. Set Name to Shop Updates.
    2. Navigate to the directory …\inputData\ChannelPackages\ShopUpdates.
    3. Select the file ShopUpdates.txt  and complete the automatic file collector and stream configuration.
  4. Run both streams and check that data from the files is loaded into each one.

...