Skip to content

Mission 3 - Export Pipelines

Estimated time for completing this mission: 10 mins

Learning Objective

In this mission, you will learn how to export your data transformation pipeline as a reusable flow. By doing so, you can save time and effort by reapplying the same steps without having to recreate them from scratch. This ensures consistency and efficiency in your data workflows.

Data

Please download the required dataset we will use: Churn.xlsx

Steps

Please refer to Navigation Guide to perform the steps below

  1. You can stay in the current folder (Module1). Click the plus sign and press "Add data" and add the "Churn" dataset (or use the one you already have)
  2. By right-clicking, open the Data Transformer
  3. Let's perform to steps:
    • Write: '"medium_of_operation" replace the ? with the word Unknown' press enter and add a new step
    • Write: 'remove the word "Membership" from "membership_category"' press enter
  4. Then click the export button on top (on the right) and choose a name
  5. After that, close the transformer without saving and open the created Flow
  6. Each step in your exported flow is now represented as a Python BLOX. This allows you to seamlessly connect different datasets and apply the same transformations efficiently, saving time and ensuring consistency across your workflows.
  7. You can also connect a Start BLOX with the MyData BLOX and use a save BLOX instead the output BLOX to start and save the data to your project.

Results and Summary

Image title

AI Data Transformer

Image title

The created Flow

Well done! Now lets move on to the next mission!