Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

date extracting issue while reading from tFileInputexcel

As per requirement i need to read and keep the date in string format only. (MM-dd-yyyy)

 

input  "7/25/2018" i am getting in this format but when data pass through tMap I am getting "7/25/18" in this format.

 

let me know how to get "07/25/2018" in this format.

Labels (2)
4 Replies
manodwhb
Champion II
Champion II

@sandeephakki ,check the below way in tmap.

0683p000009M6wb.png

Anonymous
Not applicable
Author

Hi manodwhb,

 

It's not working. My input in .xlsx sheet is "7/25/2018" when talend reads it i am getting "7/25/18", if i try to convert in all the forms i am getting "7/25/0018".

 

Ultimately i need "7/25/2018" or "7-25-2018" in this format. year shouldn't crop or append 00.

manodwhb
Champion II
Champion II

@sandeephakki ,it could be source data issue,please check with source team.