Book Image

Talend Open Studio Cookbook

By : Rick Barton
Book Image

Talend Open Studio Cookbook

By: Rick Barton

Overview of this book

Data integration is a key component of an organization's technical strategy, yet historically the tools have been very expensive. Talend Open Studio is the world's leading open source data integration product and has played a huge part in making open source data integration a popular choice for businesses worldwide.This book is a welcome addition to the small but growing library of Talend Open Studio resources. From working with schemas to creating and validating test data, to scheduling your Talend code, you will get acquainted with the various Talend database handling techniques. Each recipe is designed to provide the key learning point in a short, simple and effective manner.This comprehensive guide provides practical exercises that cover all areas of the Talend development lifecycle including development, testing, debugging and deployment. The book delivers design patterns, hints, tips, and advice in a series of short and focused exercises that can be approached as a reference for more seasoned developers or as a series of useful learning tutorials for the beginner.The book covers the basics in terms of schema usage and mappings, along with dedicated sections that will allow you to get more from tMap, files, databases and XML. Geared towards the whole lifecycle, the Talend Open Studio Cookbook shows readers great ways to handle everyday tasks, and provides an insight into all areas of a development cycle including coding, testing, and debugging of code to provide start-to-finish coverage of the product.
Table of Contents (21 chapters)
Talend Open Studio Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Common Type Conversions
Index

Installing the software


This cookbook comes with a package of jobs and scripts that you will need to complete the recipes. The instructions for installing the code and scripts are detailed in the following section:

How to do it…

  1. All templates, completed code, and data are in the cookbook.zip file.

  2. Unzip cookbook.zip into a folder on your machine.

  3. Copy the directory cookbookData to a directory on your machine (we recommend C:\cookbookData or the linux/MacOS equivalent)

  4. Download and install the latest version of Talend Open Studio for enterprise service bus (ESB) from www.talend.com.

  5. Open Talend Open Studio, and you will be prompted to create a new project.

  6. Name the new project cookbook.

  7. Open the project.

  8. Right mouse click on the Job Designs folder in the Repository panel, and select the option Import Items.

  9. This opens the import wizard. Click the Select archive file option, and then navigate to your unzipped cookbook directory and select the zip file named cookbookTalendJobs.zip.

  10. Click on Finish to import all the Talend artifacts.

  11. If you copied your data to C:\cookbookData, then you can ignore the next steps, and you have completed the installation of the cookbook software.

  12. Open the cookbook context, as shown in the following screenshot, and click Next at the first window.

  13. Open the Values as a table panel and change the value of cookbookData to your chosen directory, as shown in the following screenshot:

  14. Click Finish to complete the installation process.