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

Working with filelists


In this section, you will learn about the result filelist, which is a list of files in memory. The purpose of having a result filelist is to apply some operation on the whole set of files in a single step. The kind of operation you can apply ranges from copying the list of files to a new location, to sending the files attached in an email.

In this section, you will learn the ways PDI offers to add or remove files from that custom list, and then you will see a couple of use cases where you can use it.

Maintaining a filelist

You might have noticed that most of the output PDI steps have a checkbox named Add filenames to result, which is checked by default. What this checkbox does, as the name implies, is it adds the name of the generated file to the filelist in memory.

Besides this automatic behavior, there are other ways to add files to the list, and also to remove them. The following table summarizes the steps used to add files to the list:

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}

Transformation step

Description...