Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there any Function available in Talend to extract the Quater from a date.
You can try this expression:
(TalendDate.getPartOfDate("MONTH", yourDateColumn)/3)+1
Regards
Shong
You can try this expression:
(TalendDate.getPartOfDate("MONTH", yourDateColumn)/3)+1
Regards
Shong
@Shicong Hong Thanks,It worked