...
- In your model, add a new stream:
- Hover over
Customer Details with Region
, and press - Add a new Stream - Give the new Stream the Name:
Reformatted Customer Details
- Drag all attributes from
Customer Details with Region
to the new stream
- Hover over
- Open the configuration form for
Reformatted Customer Details
- In the Attributes section, add a new attribute:
- Press
- In the attribute details form that pops up:
- Set the Name:
ReformattedPostCode
- Leave the settings for the attribute as default (Type is String, Length is 50)
- Set the Attribute Expression to
- In the Attributes section, add a new attribute:
...
In the repository browser find - Attribute Attribute Functions. All attribute functions available in PhixFlow are shown. Find the attribute functions you used above – toUpper() and replaceAll() – and double-click each of these to see the help pages for these functions.
...