When you create a transformation view, you must select a data source to be your primary dataset. To associate additional columns that come from other datasets, join additional data sources to the transformation view. You can also apply a union to permit additional rows to be added.

You can apply an inner join or lookup join to combine values from two datasets. An inner join keeps rows with matching values. A lookup join keeps all values in a dataset.

To add a data source and apply a join:

  1. Select Data Orchestrator from the top-left navigation menu.
  2. Select Transformation views from the left-side panel.
  3. Open a transformation view from the list.
  4. Select Data sources .
  5. Select Add data source from the Data sources panel on the right.
  6. Select Join.
  7. On the Choose a dataset pane, select a dataset and then select Next.
  8. On the Select Join keys page:
    1. Select the Join type:
      • Inner join: This option keeps all the rows that have values that match in the two datasets.
      • Lookup: This option keeps all the rows from the primary dataset, and adds columns from the joined dataset. If the joined dataset has no rows that match, the column values are NULL.
    2. From the Join with columns dropdowns, select the columns that you want to match with the source data columns.
    3. Select Next.
  9. On the Source columns pane:
    1. Select the source columns you want to include in your transformation view.
    2. Select Add.
      The data source is added to the Data source panel.

You can include additional columns from the joined data sources one at a time. To do this, find the data source in the Data sources panel on the right, and then select add icon next to the columns you want to add.

You can apply a union to combine values from two datasets. Union removes duplicate values from the datasets.

To add a data source and apply a union:

  1. Select Data Orchestrator from the top-left navigation menu.
  2. Select Transformation views from the left-side panel.
  3. Open a transformation view from the list.
  4. Select Data sources .
  5. Select Add data source from the Data sources panel on the right.
  6. Select Union.
  7. On the Choose a dataset pane, select a dataset then select Next.
  8. On the Map columns pane, perform these steps:
    1. From the Union with columns dropdowns, select the columns that you want to be in a union with the source data columns.
    2. To find a source data column, enter a search term in the Find columns field.
    3. Select Add.
      The data source is added to the Data source panel.