Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
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
1. Working with Databases 2. Reading and Writing Files 3. Manipulating XML Structures 4. File Management 5. Looking for Data 6. Understanding Data Flows 7. Executing and Reusing Jobs and Transformations 8. Integrating Kettle and the Pentaho Suite 9. Getting the Most Out of Kettle Data Structures Index

Deleting a custom list of files


Suppose a scenario where you have to delete some files but you don't have the names of the files to delete beforehand. If you can specify that list with regular expressions, that wouldn't be a problem, but sometimes that is not possible. In these cases you should use a helper transformation that builds the list of files to delete. This recipe shows you how to do it.

For this recipe, assume you want to delete from a source directory all the temporary files that meet two conditions: the files have a .tmp extension and a size of 0 bytes.

Getting ready

In order to create and test this recipe, you need a directory with a set of sample files; some of them should have the .tmp extension and zero size. Some example files are shown in the following screenshot:

In the preceding screenshot, the files that must be deleted are sample3.tmp, sample5.tmp, and sample7.tmp.

How to do it...

Carry out the following steps:

  1. Create the transformation that will build the list of files...

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}