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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Type Mismatch:cannot convert from String to Date error

When using tFixedFlowInput, I have a column called `filterStart` which is a Date type using the date pattern "yyyy-MM-dd'T'HH:mm:ss".
Within the inline table for the component I have `filterStart` with a value of "2013-01-01T12:00:00".
I cannot figure out why it is dropping a type mismatch cannot convert string to date error in this component... Any ideas?
Thanks,
T.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Ok, sort of progress.... changed the value of filterStart to:
TalendDate.parseDate("yyyy-MM-dd'T'HH:mm:ss","2013-01-01T12:00:00")

Everything checks out, now getting
Exception in component tWebService_5
java.lang.IllegalArgumentException: You must provide a Map to create a complexType.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Ok, sort of progress.... changed the value of filterStart to:
TalendDate.parseDate("yyyy-MM-dd'T'HH:mm:ss","2013-01-01T12:00:00")

Everything checks out, now getting
Exception in component tWebService_5
java.lang.IllegalArgumentException: You must provide a Map to create a complexType.