...
In this exercise you will merge some address information – and in the same Stream you will further enrich the data by looking up the postcode for each record.
Anchor | ||||
---|---|---|---|---|
|
Merge addresses and customer categories stored in the database:
- Create a new model called Build full customer details
- Drag on the datasource CRM
- Create a database collector and stream to read data into PhixFlow from following tables in the CRM datasource:
- SOURCE_ADDRESS_LIST
- SOURCE_CC_LIST
- Merge these two streams:
- Select both streams
- Right-click on the model pane background and select Merge Selected Streams
- Call the new stream Full Addresses
- In the merge attributes form that pops up drag NAME into both boxes – we will merge the data from the two sources on the NAME field
- Press
- In the Automatic Stream Configuration form accept the default (All Attributes) and press
- Double-click the merge stream that is created – you will see the key field (NAME) has the expression _key[1]
- Run analysis on Full Addresses and view the results
Anchor | ||||
---|---|---|---|---|
|
You will now further enrich the address data with post codes:
...