How to Create First Job in Talend

Hi Guy’s , Welcome to First Blog of talend open studio. This blog i’m going to explain  “How to Create First Mapping / Job  ”  . Let’s Flow the steps ——- 1. Right click in “Job Designs ” select  ” Create job ” .

pic1

2 .  Give meaningful name of “New Job ” .  I’ve Given job name ” FirstJobExample ” and purpose or Description are optional. you should give Meaningful purpose and Description for future perspective.

pic2

3. You should drag any tables or flat files from metadata to designer . i’m using ” FileCsv 0.1 ” is my source file and drag  ” tMap ” into Designer .

pic3

4.  You should drag any Target tables or flat files from metadata to designer . Here , i’m using TABLE1 .  Drag and drop TABLE1 into Designer and select ” tDBOutput(Oracle with SID) ” .

pic4

5.  right click in ” FileCsv0.1 ” select Row –> Main . click on Main . link between FileCsv and tMap_1

pic 5

6. link between tMap_1 and TABLE1 and give  “new Output name ” .

pic 6

7 . Do some changes on  “out ” . Give Matching Target Types from source with suitable length.

pic 7 , before pipeline linking
pic8 , after modification and pipe linking

8 . Execute/Run  the job  . the source files data loaded into Target table ” TABLE1″ .

output records inside oracle tables.

Post Author: adama