Modeling Guide

Configure the Projection Node

A Projection node represents a relational selection (filter) combined with a projection operation. It also allows calculated attributes to be added to the output.

Prerequisites

You have defined the operator with a Projection node and connected the previous node to this node.

Procedure

  1. Double-click the Projection node.
  2. Define output columns.
    If you have connected the previous node to the Projection node, you can map any columns from the input as output columns of the Projection node. You can also add, delete, and rename the columns, as needed.
    1. In the Mapping pane, select a Source column and hold and drag the cursor to the Drop row here zone in the Target section.
    2. (Optional) If you want to automap the columns based on column names, in the Source section, choose (Auto Map by Name).
    3. If you want to add new output columns, in the Target section, choose + (Add Column) to add new rows and define its data type.
    4. If you want to use an expression to define an output column, click the required Target column.
      In the bottom pane, the modeler opens an expression editor. Use the expression editor to define the output column expression.
    5. If you want to remap an output column with a different source column, right-click the mapping and choose Remap.
      Select a new source column and choose OK.
    6. If you want to edit a column name or its data type, select a Target column and choose (Edit).
    7. If you want to delete a mapping without deleting the output column, right-click the mapping and choose Delete.
  3. (Optional) Define additional configurations for output columns.
    In the Columns tab toolbar, switch to the Form pane to define additional configurations for output columns.
    1. If you have identical records from the previous node, in the toolbar, select the Distinct checkbox to output unique records only.
    2. If you want to add new output columns by duplicating an existing output column definition, select an output column and in the toolbar, choose .
    3. Under the Primary Key column, select an output column that serves as the primary key.
      Typically the data in this column is unique.
    4. Under the Nullable
    5. To reorder the columns, select the column that you want to move and in the toolbar click the up or down arrows.
  4. (Optional) Define filters.
    For example, if you want to move all the records that are in Canada for the year 2017, your filter might look like this: "Filter1_input"."COUNTRY" = "Canada" AND "Filter1_input"."DATE"="2017". column, choose whether the column value can be empty (nullable).
    1. Select the Filters tab to compare the column name against a constant value.
    2. In the expression editor, enter the required expression.
  5. Connect nodes.
    If you want to configure the Data Transform operator with another node,
    1. In the menu bar, use the breadcrumb navigation to navigate back to the operator configuration editor.
    2. (Optional) Add new nodes.
    3. To connect the nodes, select the output port of a node and drag the cursor to an input port of another node.