Follow these instructions to use the
Filter Rows transformation step to separate out
those records missing postal codes. These records are resolved later in the
tutorial.
- Add a Filter Rows step to your transformation. Under the Design tab, select Flow > Filter Rows.
-
Insert your Filter Rows step between your
Read Sales Data step and your Write to Database step.
- Right-click and delete the hop between the Read Sales Data step and Write to Database steps.
- Create a hop between the Read Sales Data step and the Filter Rows step. Create a hop by clicking on the step, hold the SHIFT key down and click-and-drag to draw a line to the next step.
- Create a hop between the Filter Rows step and Write to Database step.
- In the dialog box that appears, select Result is TRUE.
- Double-click the Filter Rows step. The Filter Rows window appears.
- In the Step Name field, enter Filter Missing Zips.
- Click in The condition field to open the Fields window. The available conditions appear.
- In the Fields window select POSTALCODE and click OK.
- Click the comparison operator field, which is set to = by default. The Functions window appears.
-
Select IS NOT NULL from the list of functions, and then
click OK to close the Functions window.
-
Click OK to exit the Filter
Rows window.
Note: You will return to this step later to configure the Send true data to step and Send false data to step settings after adding their target steps to your transformation.
- Save your transformation.