Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tJava and tJavaRow

Hello,
In Pentaho Data integration (Kettle) I use the step "Java Script Value" to calculate new fields, alter existing ones or manipulate a row, and i would like to know the equivalent for that in Talend. Is it tJava component or tJavaRow components and what's the difference between these two components.
Also if someone has done a benchmarking (Talend against Kettle) that will be useful for me!
Thanks in advance!
Best Regards
hamma
Labels (3)
2 Replies
Anonymous
Not applicable
Author

Hi Hamma
In Pentaho Data integration (Kettle) I use the step "Java Script Value" to calculate new fields, alter existing ones or manipulate a row, and i would like to know the equivalent for that in Talend.

yes, it's easy to edit the rows directly using the tJavaRow component of TOS.
what's the difference between these two components.

tJavaRow is only for the main part of the codes, so the codes will be executed in each row.
tJava is only for the "begin" part of the codes, so it will be executed before.
Best regards
shong
Anonymous
Not applicable
Author

Thanks for the reply
Best Regards
Hamma