Skip to content

Mission 1 - Create Data Pipelines

Estimated time for completing this mission: 10 mins

Learning Objective

Learn how to create your first data pipeline with LOGIBLOX. In this mission, you will import a dataset and perform a series of actions to transform and edit the data. By the end of this exercise, you will have a solid understanding of how to build and manage data pipelines efficiently, setting the foundation for automating complex workflows.

Data

Please download the required dataset we will use: Optimization Dataset.xlsx

Steps

Please refer to Navigation Guide to perform the steps below

  1. In the main view panel, click New Project and name it "Module 1" in the dialog
  2. In the folder, click on the plus sign
  3. Select Add Data option. After that click on Excel and add the Optimization Dataset.
  4. Then, right click the dataset and click Transform Data. You can now write whatever you want to edit the data.
  5. In our case: Lets write 'remove all non number chars from "Ware_house_ID"'. Then press enter, you'll see that the data is getting transformed.
  6. You can also add multiple steps, click the "Add Step" Button and write: 'Only Leave the first letter in "Capacity_type"'
  7. You have now created a data pipeline that can perform multiple steps to transform your data.
  8. Don't forget to press the "Replace the original datatable" button at the top (the yellow one) after the transformation.

Results and Summary

Image title

AI Data Transformer

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