Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Scenario

A list of identifiers arrives as single stream-item containing a comma separated list, and PhixFlow wants to create a single stream-item for each element of the list. For example, the list may have come from a web service, and the identifiers need to be in separate records for further processing

Create a stream with one element - a comma separated list of 10 values. Process that stream into another stream such that the result is 10 stream-items, each with a different one of the 10 values.

Solution:

  • Create an output multiplier expression to parse the comma separated values into a list of 10 values
  • Reference the values in that list with the _type internal variable.


Terminology changes in progress

As part of the redesign of PhixFlow, we are changing the following terms:

dashboard → screen   
stream → table
stream attributes → attributes
stream item → record
stream set → recordset
stream view → view
stream item action → record-action 
stream action → table-action
driver class → database driver


  • No labels