Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning Pentaho Data Integration 8 CE - Third Edition

You're reading from  Learning Pentaho Data Integration 8 CE - Third Edition

Product type Book
Published in Dec 2017
Publisher Packt
ISBN-13 9781788292436
Pages 500 pages
Edition 3rd Edition
Languages

Table of Contents (23) Chapters

Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
Getting Started with Pentaho Data Integration Getting Started with Transformations Creating Basic Task Flows Reading and Writing Files Manipulating PDI Data and Metadata Controlling the Flow of Data Cleansing, Validating, and Fixing Data Manipulating Data by Coding Transforming the Dataset Performing Basic Operations with Databases Loading Data Marts with PDI Creating Portable and Reusable Transformations Implementing Metadata Injection Creating Advanced Jobs Launching Transformations and Jobs from the Command Line Best Practices for Designing and Deploying a PDI Project

Making the data flow between transformations


In this section, you will learn a very simple but useful technique to allow the data flow from one Transformation to another. In other words, you will learn to create a very simple process flow.

For this tutorial, we will continue using the sample file that we just used to learn about sub-transformations.

Transferring data using the copy/get rows mechanism

The copy/get rows mechanism allows you to transfer data between two Transformations, creating a process flow. The following figure shows you how it works:

Copying and getting rows

There is a Copy rows to result step that transfers your rows of data to the outside of the Transformation. Then you can pick that data using another step named Get rows from result. By calling the Transformation that gets the rows right after the Transformation that copies the rows, you get the same result as having all steps in a single Transformation.

Let's see how this works with a simple example. We will read a file...

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}