Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Join Type

Explanation

Diagram

Inner Join

Returns records that have matching values in both tables.

 

Left Outer Join

Return all records from the left table, and the matched records from the right table.

 

Right Outer Join

Return all records from the right table, and the matched records from the left table.

 

 

Note: If no join type is selected, the system will invoke a Cross Join. This joins each row on the left with every row on the right, and hence isn't an ideal option. However, it can be applied to generate test data.

 

 

Merging Data in a Transformation Flow

...

  1. Click on the Create button in the top-right corner.

  2. Then select Transformation Flow. 

    Note

    If you do not see this option, you may not have security access to transformation flows. Learn how to get access here.





  3. You will be taken to the transformation flow builder.

  4. Hover your cursor over the input steps button on the left side. A panel with a list of all data extraction steps will appear.



  5. Drag one of these steps onto the canvas. For this procedure, we will first use the single table step as an example. (Click here to learn about all the different input steps.)

  6. On doing so, a popup will appear to load data from a data source.



  7. Click on the data source that you require.

  8. Then choose the database table, and click on Submit. 



  9. The selected table's fields will appear in the transformation flow panel to be configured. 

  10. Select only the fields that you want data to be extracted from.



  11. You can make further changes to the step, such as renaming it, adding a description, etc.

  12. Once you’re done with the step configuration, click on the Apply button. 

    Warning

    You must click on the Apply button to save the configuration details. Otherwise, if you click somewhere else first, you will lose the configuration details.



  13. On doing so, the data preview panel will display the data extracted from the configured database table.  



  14. Now follow the below steps to add another input step to import and configure another data source, for example data from a report.

  15. Drag the report step from the input step panel.
  16. Then select a report by providing its name in the popup window.



  17. When the report's fields appear in the next popup, click Add Report.



  18. Click on Apply when configuring the report fields in the transformation flow panel.



  19. The data preview panel will then display the configured report's data. 

  20. You can also apply transformations to fields directly in the data preview panel. Click here to learn more about this.You can add further steps to your transformation flow. 

  21. When you want to include the filter merge step in your flow, continue with the procedure below.

  22. Expand the transformation steps panel by hovering on its icon in the step builder, and then drag the Filter Merge step onto the canvas. 

    Image Modified

  23. Connect this the database input step to the previous step in the flowmerge step.

     Image Added

  24. Similarly, create a connection between the report input step and the merge step.
  25. Next configure click on the merge step to apply filtering to the data through the configure panel.
    Image Removed
  26. Click on the Add Filters option.
  27. Use the new popup to add filters.
    Image Removed
  28. Select a field.
  29. Then choose a filtering operator. 
  30. Click Define Value to set a manually define a value to filter the field data by.
  31. You can perform these steps again to add more filters.
  32. Use the And/Or field to define logic between each filter condition.
  33. configure it. The tranformation flow panel will be updated accordingly.

    Image Added

  34. Select a join type. (See the table above for details on each of the types.)
  35. Then map the left field (from the database input step) to the right field (from the report input step).

  36. To add more joins, click on the Add Join button, and repeat the mapping steps.
  37. Once the joins have been added, click on Apply.

    Image Added

  38. The data preview panel will display the combined result

  39. Click on Submit. The transformation flow's data will become filtered.
    Image Removed
    You can also remove all the filters using the Clear option or edit them by clicking on the Edit Filters option.
  40.  

  41.  

  42. The data preview panel will display a new column field for this formula's result.
    Image Removed



  43. You can continue to transform your data further by adding more transformation steps.

  44. Once you are ready to save your data into a writeable database, follow the steps below.

  45. Extend the output steps panel by hovering on its icon, and drag the SQL database output step onto the canvas.



  46. Connect the calculated field step (or the previous step in your flow) to the output step by creating a connection.

  47. And then configure the output step through the panel on the right-side. Click here to learn more about configuring this step.
    Note: By default, the output step will be highlighted as red to signify that it contains errors. This is because it has not been configured yet.



  48. You can now execute the draft flow by clicking on the run button in the top header menu. (This does a quick execution of the data rows in the data preview panel.)


  49. Or save the flow for a full execution. To do that, click on the Publish button.




  50. Then provide details in the popup that appears, such as providing a proper name, and selecting rights to access the flow.




  51. Finally, click on the Save button.

...