Talend open studio Best 10 practices for designing Jobs
Hello Learners, Welcome to my blog!! ๐ If you are experiencing and looking for this question "What are the best way or practices to design a talend job?" this post is for you. Before anything you should know a good job is efficient,easy to read and most important easy to handle. As, Talend open studio provides design workspace where we simply create our jobs just by Drag-n-Drop (Total magic). ๐Always design Talend jobs by keeping performance in mind ๐ Following are the most important best practices for designing talend job: Workspace path should not contain any space.(It avoids error such as "could not fail or load main class" Always create respective <vendor> connection in repository if connection is used in multiple jobs/subjobs. Always use database connection component( t<vendor>connection for example:tSalesforceConnection) in job with tPreJob instead of creating new connection with every component. Similarly,use t<Vendor>Close component to ...