Saturday, 10 July 2021

Talend UI Introduction

Talend is a ETL tool which has ability to transform data and have many components to perform ETL operation to deal with data with minimum coding effort. 

Lets check the UI for Talend Data Integration .


You can find different section in UI is default view of perspective.

Repository 

I has list of job saved, context, code, metadata etc. information. Basically It has all code language save which used to complete the job run. 

Job View (Designer) 

It has job view which contain connected components for ETL purpose. You can say that it is a logical view of your code.

Job View (Code) 

Whenever we drop component to the designers widow, respective java code is available in the code section. If  job has any code error we can check in the code section and correct them in designer.

Palette

This part contents the components which is available to create a ETL job. The number of components may change according to edition like open studio or enterprise, also change according to tool and version.


No comments:

Post a Comment