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

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

Can't infer the SQL type to use for an instance of java.util.UUID

Iam getting the error Can't infer the SQL type to use for an instance of java.util.UUID
In My Postgresql Input component - My field is object / uuid . My Target is Redshift DB. Iam converting this UUID field type as varchar ... and getting this error . Since redshift cannot accept uuid / POINT datatypes
and since 
Can't infer the SQL type to use for an instance of java.util.UUID
Labels (3)
1 Reply
Anonymous
Not applicable
Author

is UUID.randomUUID().toString() what you're after?