Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
muralam
Creator
Creator

Talend Date format issue

Hi,

 

for couple of columns i want date format like below

col1: dd-MMM(14-Feb)

col2:dd-MMM-yyyy(12-Feb-2018)

i changed the date pattern at tmap but still for all the columns am getting output as 19-SEP-18  (sample format) both from source DB and Target DB columns are Datatype DATE

 

Regards,

Meena

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

hi its working fine please find the below attachments.0683p000009LsyQ.png0683p000009Lt2w.png

View solution in original post

4 Replies
lmit
Creator II
Creator II

Hi meena,

What date pattern you have selected in tmap?

Thanks,
Lmit
muralam
Creator
Creator
Author

I gave the pattern as dd-MMM for one column and dd-MMM-yyyy for one column
Anonymous
Not applicable

hi its working fine please find the below attachments.0683p000009LsyQ.png0683p000009Lt2w.png

Anonymous
Not applicable

If the input data type is not of type date then try parsing it to date first in tmap and then specify the date format in which you want your data.