Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "You should specify the full path, for instance: C:/Pentaho/data/ny_cities."

A block of code is set as follows:

 SELECT full_name, injury_type, to_char(start_date_time, 'yyyy-mm-dd') as injury_dateFROM injury_phases iJOIN display_names n ON i.person_id = n.id AND entity_type = 'persons'AND start_date_time BETWEEN '2007-07-01' AND '2007-07-31'ORDER BY full_name, injury_type  

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus ...

Get Pentaho Data Integration Quick Start 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.