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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data type mismatch error: java.utill.date

Hi,

Im trying to load data from SQL server db but unable to do so because this below error.

Any thing that would help is appreciated

Thanks

Labels (2)
13 Replies
Anonymous
Not applicable
Author

please check the errors in the attached files. 


Capture1.JPG
Capture2.JPG
Capture3.JPG
abhi90
Creator II
Creator II

Then do one thing. use TalendDate.formatDate and ParseDate. Basically will convert from Date to String and ParseDate will convert that String to Date. One thing u check first is printing that Date column in your tlogrow of a Test Job.also check carefully in the Target DB what is the column Format or DataType. This is a Compile Time issue. 

Anonymous
Not applicable
Author

I *think* I know what it is. Your job is called Date. Your job is essentially a Java class. Change the name of your job and I believe this will fix it.

Anonymous
Not applicable
Author

Thanks @rhall  

perfect!!