Skip to content

Jeket/Talend-Open-Studio-Cookbook

 
 

Repository files navigation

Talend Open Studio Cookbook

This is the code repository for Talend Open Studio Cookbook, published by Packt.


What is this book about?

Talend Open Studio is the world’s leading open source data integration solution that enables rapid development of data transformation processes using an intuitive drag-and-drop user interface.

This book covers the following exciting features:

  • The latest version of Talend Studio for ESB. At the time of writing, this was 5.3
  • The latest version of MySQL
  • Microsoft Office Word & Excel or other compatible office software.

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders. For example, Chapter02.

The code will look like the following:

if __name__ == "__main__":
    os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mysite.settings")

    from django.core.management import execute_from_command_line

    execute_from_command_line(sys.argv)

Following is what you need for this book: This book is intended for beginners and intermediate Talend users who have a basic working knowledge of the Talend Open Studio software, but wish to know more.

Get to Know the Author

Rick Barton is a freelance consultant who has specialized in data integration and ETL for the last 13 years as part of an IT career spanning over 25 years. After gaining a degree in Computer Systems from Cardiff University, he began his career as a firmware programmer before moving into Mainframe data processing and then into ETL tools in 1999. He has provided technical consultancy to some of the UK’s largest companies, including banks and telecommunications companies, and was a founding partner of a “Big Data” integration consultancy. Four years ago he moved back into freelance development and has been working almost exclusively with Talend Open Studio and Talend Integration Suite, on multiple projects, of various sizes, in UK. It is on these projects that he has learned many of the lessons that can be found in this, his first book.

Suggestions and Feedback

Click here if you have any feedback or suggestions.

About

Published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 100.0%