Difference between tjava, tjavarow and tjavaflex component in talend?
Answer Posted / Brijkishor
tJava, tJavaRow, and tJavaFlex are components for executing Java code in Talend. The main differences between them lie in their input handling and usage scenarios.nn- tJava: It executes Java code without any specific data row input or output.nn- tJavaRow: It allows you to define a user-defined function that takes one row as an input and can optionally return a row as output.n Example usage: Data filtering, transformation, or aggregation.nn- tJavaFlex: It's a more flexible version of tJavaRow, allowing multiple rows as input, and the ability to return more than one row as output. It can also define input schema for more complex data processing.n Example usage: More advanced data transformation tasks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category