Pages

Thursday, March 7, 2013

Talend - date format conversion using tMap component

Date format conversion using tMap component

Relational.ISNULL(row1.PlannedStartDate)? null:((TalendDate.formatDate("yyyy-MM-dd",row1.PlannedStartDate)).matches("(^[a-zA-Z0-9 -/]+$)")?row1.PlannedStartDate:null)

row1.PlannedStartDate - Component vaiable

No comments:

Post a Comment