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

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

 

 

Overview

This step duplicates an input dataset to create identical output datasets. Under normal circumstances, a single step can only be connected to one other step. But using the split transformation step, you can connect one step to multiple steps. This step does not need to be configured, and you can split a step multiple times using this.

 

Splitting Data in a Transformation Flow

In this example, we will cover how to create a simple transformation flow that involves a split transformation step. Our flow example will involve extracting data from a data source, splitting it into two parts, with each part getting a different type of transformation applied to it. Each of the results are then saved into separate databases. You could always include additional steps in your own transformation flow. 

 


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

  2. Then select Transformation Flow. 

    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. 

    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.

  21. In order to split a step in other steps

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

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



  24. Connect the merge step (or the previous step in your flow) to the output step by creating a connection.
    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.



  25. And then configure the output step through the panel on the right-side. Click here to learn more about configuring this step.

  26. 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.)


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




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




  29. Finally, click on the Save button.

 


 

 




 

  • No labels