Book Image

Pentaho 8 Reporting for Java Developers

By : Jasmine Kaur, Francesco Corti
Book Image

Pentaho 8 Reporting for Java Developers

By: Jasmine Kaur, Francesco Corti

Overview of this book

This hands-on tutorial, filled with exercises and examples, introduces the reader to a variety of concepts within Pentaho Reporting. With screenshots that show you how reports look at design time as well as how they should look when rendered as PDF, Excel, HTML, Text, Rich-Text-File, XML, and CSV, this book also contains complete example source code that you can copy and paste into your environment to get up-and-running quickly. Updated to cover the features of Pentaho 8, this book will teach you everything you need to know to build fast, efficient reports using Pentaho. If your interest lies in the technical details of creating reports and you want to see how to solve common reporting problems with a minimum of fuss, this is the book for you.
Table of Contents (25 chapters)
Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Dedication
Preface

Chapter 16. Using Reports in Pentaho Data Integration

Having introduced the Pentaho Business Analytics Platform in Chapter 15, Using Reports in Pentaho Business Analytics Platform, in this chapter you will learn how to use Pentaho reports in Pentaho Data Integration, also known as Kettle. This will deliver powerful ETL capabilities.

In this chapter, you will be introduced to the basics of the Pentaho Data Integration and ETL tools in general, and be provided with a description of how to install them and use Pentaho reports as an output task. As usual, in this chapter you will see a working example in action. The goal is always the same: to learn by examples.

This chapter is written as a tutorial for developers and information technologists. The best way to learn is to follow the instructions on your laptop while reading. By the end of this chapter, you will feel comfortable with the basics of using the Pentaho Data Integration (also known as Kettle) together with Pentaho reports. This will...