If-Then-Else statement in Talend
If-Then-Else is the common requirement of Talend implementation to use conditional execution of job, component or data, during various part of Talend job development. Following are the possible ways of implementing If-Then-Else cases. Using tMap: If Then Else with tMap AS you know tMap is versatile component which allows us developing lookups, rejects, conditional formatting, transformation, data filter, […]