What is difference between tmap and tfilterrow in talend
Answer / Dileep Kumar
tMap and tFilterRow are components used for data transformation in Talend, but they serve different purposes:
1. tMap is a powerful component that allows you to perform complex data transformations using Java expressions or SQL scripts. It can be used to map data from one schema to another, perform calculations, format data, and more.
2. tFilterRow is used for filtering rows of data based on a specific condition. You can define the condition for filtering in the component's configuration panel.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to runs talend job as web service?
What is tsystem component in talend
What are the elements of a talend project?
Define an item?
What is difference between etl and elt components of talend?
How does one deploy talend projects?
What are types of available version of talend?
How can we write the customized java code in Talend?
What is difference between tmap and tjoin compoents?
difference between tjava, tjavarow & tjavaflex
How to schedule a talend job?
How can we trigger a component after successful run of other components?