Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Getting Started with Talend Open Studio for Data Integration

You're reading from  Getting Started with Talend Open Studio for Data Integration

Product type Book
Published in Nov 2012
Publisher Packt
ISBN-13 9781849514729
Pages 320 pages
Edition 1st Edition
Languages
Author (1):
Jonathan Bowen Jonathan Bowen
Profile icon Jonathan Bowen

Table of Contents (22) Chapters

Getting Started with Talend Open Studio for Data Integration
Credits
Foreword
Foreword
About the Author
Acknowledgement
About the Reviewers
www.PacktPub.com
Preface
Knowing Talend Open Studio Working with Talend Open Studio Transforming Files Working with Databases Filtering, Sorting, and Other Processing Techniques Managing Files Job Orchestration Managing Jobs Global Variables and Contexts Worked Examples Installing Sample Jobs and Data Resources Index

A simple subjob


We will begin with a simple subjob example. Our integration scenario is as follows:

  • We want to extract data from a database to a delimited file

  • We need to zip the file to archive it

We will use the same database that we used for the integration examples in Chapter 4, Working with Databases. Let's build the subjob by performing the following steps:

  1. Create a new job and name it SimpleSubjob.

  2. We will extract data from the order_lines table, so expand the DEMO_DB 0.1 metadata connection (in the Repository window) to reveal the Table Schemas.

  3. Click on the order_lines table and drag it onto the Job Designer. Select tMySQLInput from the pop-up window.

  4. Search for delimited in the Palette window and drop a tFileOutputDelimited component onto the Job Designer.

  5. Connect the two components by right-clicking on the MySQL Input component, selecting Row | Main, and dropping the resulting connector onto the delimited output component. We have formed our first subjob!

  6. Configure the delimited output...

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}