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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
shalinim1
Contributor III
Contributor III

Date format

Hi,

I have used the below to load the current date in a csv file.

row1.date=(TalendDate.formatDate("yyyy-MM-dd",TalendDate.getCurrentDate()));

In schema the date column datatype is string.

It is loading in csv file as #########

0693p00000AEoDeAAL.png

I want to load the date in the format "yyyy-mm-dd"

Labels (2)
1 Solution

Accepted Solutions
vikramk
Creator II
Creator II

Hi @Shalini M​ ,

If the content of the particular cell is large by default excel shows it as ###, to view the complete information you have to widen the cell.

You are getting your desired output, there is no problem with your output in this case.

Please mark it as solution, if it helped you

View solution in original post

4 Replies
vikramk
Creator II
Creator II

Could you please widen cell width in excel and take the complete ss of excel and point your cursor and row 2 while capturing ss.

shalinim1
Contributor III
Contributor III
Author

@Vikram Kumar​ Before widening the cell it is showing ######

0693p00000AF0BVAA1.pngOnce I widen cell it is showing the date.0693p00000AF0BaAAL.png

vikramk
Creator II
Creator II

Hi @Shalini M​ ,

If the content of the particular cell is large by default excel shows it as ###, to view the complete information you have to widen the cell.

You are getting your desired output, there is no problem with your output in this case.

Please mark it as solution, if it helped you

shalinim1
Contributor III
Contributor III
Author

Thank you @Vikram Kumar​ 😊