...
- Create a new stream in your model and populate its attributes.
- Hover over
CustomerCareUpdates
and click Add a new Stream. - In the form, set the Name to
Combined Updates
. - In the model, show the stream attributes for
CustomerCareUpdates
. - Select all the attributes and drag them into the form for the
Combined Updates
stream. Drop them into the Attributes section.
- Hover over
- Save your model layout.
- Connect the
ShopUpdates
stream to theCombined Updates
stream.- Hover over
ShopUpdates
and click Add a new Connector. Click
Combined Updates
to link the pipe to the stream.
Combined Updates
to open its configuration form and set the attribute expressions.
PhixFlowInfo When PhixFlow adds data to a stream via a pipe, it automatically adds a reference to the input pipe
expression.
To merge the data sucessfully you must update the attribute expressions to remove the
in.
prefix.
in.CustomerRef
toCustomerRef
.Press in the main stream configuration form - Hover over
- Fix all the attribute expressions.
- Double-click on
Combined Updates
to open its configuration form. For each attribute: - In the Attributes section, double-click on an attribute to open its form.
- In the form for the attribute, in the Basic Settings section, edit the Expression to remove
in.
and press .
- Double-click on
- In the
Combined Updates
stream form, press to save the changes. - 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 to make sure that every field in every output record has been populated.
...