Time for action – exploring the sample database
Let's explore the sample database:
- Open the transformation you just created.
- Right-click on the connection in the Database connections list and select Explore in the contextual menu. The database explorer shows up.
- Expand the Tables node of the tree. This is how the explorer looks:
- Right-click on the
CUSTOMERS
table and select View SQL. The following SQL editor window appears: - Modify the text in there so you have this:
SELECT CUSTOMERNUMBER , CUSTOMERNAME , CITY , COUNTRY FROM CUSTOMERS
- Click on Execute. You ...
Get Pentaho Data Integration Beginner's Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.