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
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.