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

  1. 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 apply some changes in the operational database, and run the transformation again to see what happens.
  2. Launch MySQL Query Browser.
  3. Type the following sentence to change the names of the countries to upper case:
    UPDATE countries SET country_name = UCASE(country_name)
  4. Execute it.
  5. If the transformation created in the last tutorial is not open, open it again.
  6. Run the transformation.
  7. The Step Metrics looks like this:
  8. Explore the js_dw database again and do a preview ...

Get Pentaho 3.2 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.