Time for action – testing the transformation that loads the region dimension

In the previous tutorial, you loaded a dimension that stores geographical information. You ran it once, causing the insertion of one record for each city and a special record with values N/A for the descriptive fields. Let's make some changes in the operational database, and run the transformation again to see what happens.

  1. Launch Squirrel and connect to the js database.
  2. Type the following sentence to change the names of the countries to upper case:
    UPDATE countries SET country_name = UCASE(country_name)
  3. Execute it. You may do this by clicking on the Run button or by pressing Ctrl + Enter.
  4. If the transformation created in the last tutorial is not open, open it again.
  5. Run the ...

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.