Welcome to ETL Flow Creator

Learn how to create and manage your ETL workflows with this simple tutorial.

Getting StartedBasic concepts and workflow

ETL Flow Creator allows you to design data extraction, transformation, and loading workflows visually.

Here's how to get started:

  1. Add Nodes: Drag nodes from the left sidebar into the canvas.
  2. Connect Nodes: Click and drag from an output port to an input port to create connections.
  3. Configure Nodes: Double-click on any node to configure its properties.
  4. Save Your Work: Use the Export button to save your workflow as JSON, BPMN, or a State Machine.
Tips & TricksBecome more productive
  • Zoom: Use the zoom controls or mouse wheel to zoom in and out.
  • Pan: Hold the middle mouse button or space bar and drag to pan around the canvas.
  • Undo/Redo: Use the toolbar buttons or Ctrl+Z/Ctrl+Y to undo and redo actions.
  • View Mode: Toggle between Edit and View modes using the eye icon in the toolbar.
Node TypesUnderstanding different node types

ETL Flow Creator supports various node types:

  • Input Nodes: Starting points for your workflow, like database connections or file readers.
  • Processing Nodes: Transform, filter, or manipulate your data.
  • Output Nodes: Destinations for your processed data, like databases or file writers.
  • Control Nodes: Manage the flow of execution with conditions and loops.