Can we modify the code of talend job in code view?
Answer / Nitin Garg
Yes, you can modify the code of a Talend job by using the Code View. Code View allows you to write custom Java code within tJava components or tJavaRow and tJavaRowGenerator components. This gives developers more control over the data processing logic and enables them to create complex transformations.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you access global and context variable?
What is the difference between the tmap and tjoin components?
How to pass value from outside in talend
How to execute a Talend Job remotely?
What is the difference between the etl and elt components of talend open studio?
How we will use inner join?
How to execute multipule sql statements with one component in talend
How to runs talend job as web service?
Explain how your are handling errors?
Difference between etl and elt components in talend?
What is Migration Task in Talend?
How can you add component in your talend job?