Introduction
For many data integration requirements, the standard Talend components provides the means to process the data from start to end without needing to use Java code apart from in tMap
.
For more complex requirements, it is often necessary to add additional Java logic to a job, and in other cases it may be that adding custom Java code will provide a simpler or more elegant or more efficient code than using the standard components.