Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Pentaho 3.2 Data Integration: Beginner's Guide

You're reading from  Pentaho 3.2 Data Integration: Beginner's Guide

Product type Book
Published in Apr 2010
Publisher Packt
ISBN-13 9781847199546
Pages 492 pages
Edition 1st Edition
Languages

Table of Contents (27) Chapters

Pentaho 3.2 Data Integration Beginner's Guide
Credits
Foreword
The Kettle Project
About the Author
About the Reviewers
Preface
Getting Started with Pentaho Data Integration Getting Started with Transformations Basic Data Manipulation Controlling the Flow of Data Transforming Your Data with JavaScript Code and the JavaScript Step Transforming the Row Set Validating Data and Handling Errors Working with Databases Performing Advanced Operations with Databases Creating Basic Task Flows Creating Advanced Transformations and Jobs Developing and Implementing a Simple Datamart Taking it Further Working with Repositories Pan and Kitchen: Launching Transformations and Jobs from the Command Line Quick Reference: Steps and Job Entries Spoon Shortcuts Introducing PDI 4 Features Pop Quiz Answers Index

Time for action – exploring the sample database


Let's explore the sample database:

  1. Open the transformation you just created.

  2. Right-click the connection in the Database connections list and select Explore in the contextual menu. The Database explorer on connection window opens.

  3. Expand the Tables node of the tree and select CUSTOMERS. This is how the explorer looks:

  4. Click on the Open SQL for [CUSTOMERS] option.

  5. The following SQL editor window appears:

  6. Modify the text in the window so that you have the following:

    	SELECT 
    	  CUSTOMERNUMBER
    	, CUSTOMERNAME
    	, CITY
    	, COUNTRY
    	 FROM CUSTOMERS
  7. Click on Execute. You will see the following result:

  8. Close the preview window (the window that tells the result of the execution) and the SQL editor window.

  9. Click on OK to close the database explorer window.

What just happened?

You explored the Pentaho sample database with the PDI Database explorer.

A brief word about SQL

Before explaining the details of the database explorer, it's worth giving an introduction to...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}