Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Doc-72 review changes

...

  1. To update the name of the pipe from the CustomerCareUpdates stream to the Combined Updates stream:
    1. In the model, click on the pipe to open its settings tab.
    2. Set Name to CC.
    3. Click 
      Insert excerpt
      _finish
      _finish
      nopaneltrue
       to save and close the pipe settings.
  2. Update the name of the pipe from the ShopUpdates file collector to the ShopUpdates stream.
    1. In the model, click on the pipe to open its settings tab.
    2. Set Name to shop
    3. Click 
      Insert excerpt
      _finish
      _finish
      nopaneltrue
       to save and close pipe settings.
  3. Double-click the stream Combined Updates to open its settings tab.
  4. In the Attributes section, click
    Insert excerpt
    _add_object
    _add_object
    ?? check add
    nopaneltrue
     add a new attribute and set:
    1.  NameSource.
    2. Expression:

      Code Block
      if (_pipeName == "CC",
       "Customer Care"
       ,
       "Shop"
       )


    3. Click 
      Insert excerpt
      _finish
      _finish
      nopaneltrue
       to save and close the attribute settings.
  5. To make Source the first attribute in the stream, drag it to the top of the attributes list.
  6. Click 
    Insert excerpt
    _finish
    _finish
    nopaneltrue
     to save and close the stream settings.
  7. Run analysis on Combined Updates.
  8. Check the output data set and make sure that the source has been recorded on each record correctly.