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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Insert PostgreSQL records with UUID

Hi,
My job is made of :
tFileInputDelimited -> tMap -> tPostgresqlOutput
My tPostgresqlOutput table has an UUID identifier.
I found in Postgresql database, the function get(uuid), but I can't map this function with my UUID identifier field.
Has someone already solved this problem ?
thanks in advance.
JoëL
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Yes!
Check issue 13068 I added a patch for Postgresql. You must use Objects for java and UUIDs for database fields... It will work. At least work for me.