#1 2007-10-16 17:09:58

hammamr
Member
Registered: 2007-10-15
Posts: 41

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

Last edited by hammamr (2007-10-16 17:10:42)

Offline

#2 2007-10-17 09:06:31

shong
Talend team
Registered: 2007-08-29
Posts: 10310
Website

Re: tJava and tJavaRow

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


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#3 2007-10-17 10:00:31

hammamr
Member
Registered: 2007-10-15
Posts: 41

Re: tJava and tJavaRow

Thanks for the reply

Best Regards

Hamma

Offline

Board footer

Powered by FluxBB