Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Pentaho Data Integration 4 Cookbook

You're reading from  Pentaho Data Integration 4 Cookbook

Product type Book
Published in Jun 2011
Publisher Packt
ISBN-13 9781849515245
Pages 352 pages
Edition 1st Edition
Languages

Table of Contents (17) Chapters

Pentaho Data Integration 4 Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Working with Databases Reading and Writing Files Manipulating XML Structures File Management Looking for Data Understanding Data Flows Executing and Reusing Jobs and Transformations Integrating Kettle and the Pentaho Suite Getting the Most Out of Kettle Data Structures Index

Executing steps even when your stream is empty


As you must know, a Kettle transformation is a group of linked steps through which data flows. Each step is meant to receive rows of data, process the data somehow, and deliver those rows to the next step or steps. If you agree with this definition, then you must realize that if there are no rows coming to the step, the step will not be executed.

This seems reasonable, but on occasion, it can be a problem. To get an idea of that kind of situation, look at the following scenarios:

  • You have a very simple transformation that reads a file, does some calculations, and finally updates a table with the system date and the number of processed rows. If the file doesn't exist or if it is empty, then no rows will go out from the file input step. Consequently and contrary to what you need to do, the step that updates the table will never be executed.

  • You need to set some variables with values that are supposed to be in a file. If the file exists and has the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}