🖌️
CaO_Data_Platform (KODDA)
  • Introduction
  • Getting Started
    • Login Screen
    • Home Screen
    • Manage Users
    • Manage Connections
    • User Interface
  • User Guide
    • Generate Mapping
      • Data Type Mappings
      • Generate Results
    • Edit Mapping
      • Mapping Details
      • Mapping Elements
      • Mapping Activities
    • Design Workflow
    • Scheduler
    • Browse Data
    • Map History
    • Workflow History
    • Upload Files
    • Migrate Objects
    • Google Analytics
    • Data Dictionary
  • Architecture Guide
  • Release Notes
  • Examples
    • Incremental Change Tracking
    • Incremental Loads Using Row Version
  • Product Availability Matrix
  • API Docs
Powered by GitBook
On this page
  • Choose Connection
  • Explore Connection
  • Explore using SQL
  • Results
  • Activities
  1. User Guide

Browse Data

Execute > Browse

PreviousSchedulerNextMap History

Last updated 4 years ago

Use the Browse Data screen to query data from source or target connections, from here you can download data or convert your SQL into new mappings.

Choose Connection

Use the pull-down to select from a list of existing connections defined in the screen.

Explore Connection

This section allows you to browse the data objects available in the defined connection as displayed in a folder tree, which shows the schema, table, and column. This should be used to to navigate the data and even to help you write the query with the drag-and-drop interface.

    • Script as Select generates a SQL SELECT statement that queries this entire table just by clicking the button.

    • The SQL query appears in the SQL editor shown in the screen below under the heading Enter SQL Statement.

    • You can run the query as is, or modify it before running it.

  • When editing a query, you can manually type any SQL necessary or you can also drag-and-drop any column directly into the SQL editor.

Explore using SQL

Use the SQL editor window to type in a custom SQL statement to be executed against the selected source system. Or, you can use the tools noted above to automatically build a query of an entire table using the Script as Select button or to drag-and-drop columns into your query.

Shortcut to execute query

Mac: ⌘ + return

Windows: ctrl + enter

After you've typed a SQL Statement, you can Run, Download the results or Generate a Mapping per the drop down menu.

Results

This area shows a data table of output from the SQL statement executed when you hit the Execute SQL button shown below under activities. Use the Show N Entries option to change the number of rows shown per page, the Search option to search for a value in the resulting rows, or the Previous, Next and numbered screen options at the bottom of your Results to navigate your data.

Activities

Available activities from this page

  • Run executes the SQL statement in the Enter SQL Statement area against the selected source system.

  • Execute as CSV runs the SQL statement in the Enter SQL Statement area against the selected source system with the output to a Comma Delimited text file downloaded via the browser.

Click on the icon to see additional objects in the hierarchy and drill down from the schema to table to columns.

At the table level, you can click on the table to open it and see all the columns, or right click on the table icon to pop up a button.

Clicking the Format button will attempt to format your sql statement so that it is legible.

Click the refresh icon to re-read the source system and find any changes in data structures or objects, such as added files or tables, new or removed fields, renamed objects, etc.

Convert to Map sends the SQL statement to the screen for further processing as a Custom Map.

Generate Mapping
Manage Connections
expand-button
table-icon
script-as-select