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
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