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 ” .

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.

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 .

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) ” .

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

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

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


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