Skip to main content

Data Flow Map

Using Data Flow Map

When you open an existing DPL package or create a new one, the document area displays the Data Flow Map. The Data Flow Map is a graphical representation of the contents and hierarchy of the package. It helps users quickly visualize and diagnose how data flows throughout the package.

Nodes and Data Flow

Each item displayed in the Data Flow Map is called a Node. The gray lines between nodes represent the flow of data among them.

As you work within the DPL package:

  1. Nodes are automatically created or removed based on changes made to the package.
  2. DPL Studio attempts to position newly created nodes automatically.
  3. After creation, node placement can be adjusted manually.
  4. Rearranging Nodes

Nodes can be repositioned anywhere within the document area by: Clicking and dragging the node

The placement of nodes is only for visual organization and does not affect the functionality of the DPL package.

Node Types and Icons

Different icons are used to represent different item types within the package.

  1. Data Connector – Represents data source connections
  2. Standard Query – Represents a normal query
  3. Aggregate Query – Represents grouped or summarized query data
  4. Transform Query – Represents transformed or modified data
  5. Export Template – Represents export or reporting templates

Selected items are highlighted with a pale starburst effect.

new connection icondata connector (unselected)
selected new connectiondata connector (selected)
standard query 2standard query (unselected)
new aggreaggregate query (selected)
new transtransform query (unselected)
targetconnexport template (selected)

Add a New Connection or Query

To create a new connection or query:

Right-click on a blank area in the Data Flow Map Select:

  1. New Connection, or
  2. Create [Type] Query

Edit a Query

To edit an existing query:

  1. Right-click the query node
  2. Select Edit

Add a Filter to a Query

To apply filters to a query:

  1. Right-click the query node
  2. Select : Transform Wizards → Filter Wizard

Build a New Query from an Existing Query

To create a new query using data from another query:

  1. Right-click the existing query node
  2. Select : Transform Wizards → Select Columns Wizard

This allows users to create customized queries using selected columns from existing data.

Edit an Export Template

To modify an export template:

  1. Right-click the template node
  2. Select Edit Template

Delete a Connection, Query, or Report

To remove an item from the DPL package:

  1. Right-click the node
  2. Select Delete

Preview Query Data

To preview the data returned by a query:

  1. Double-click the query node (OR)
  2. Right-click the query node
  3. Select View Data

Run an Export Template

To export data using a template:

  1. Right-click the export template node
  2. Select Run Export