ml-data-analytics-jpe opened a new issue, #5624:
URL: https://github.com/apache/hop/issues/5624

   ### What would you like to happen?
   
   I extract an ID (UUID) from a JSON object, but in Hop I can only set it as a 
string. In my PostgreSQL database, I want the column to be of type UUID. In the 
Insert/Update node, during a lookup, id (string) = db.id (UUID) throws an error 
because Hop/Postgres cannot compare a UUID with a string. Is there a way to 
handle UUIDs directly in Hop? I know I could change the database column to a 
string, which would work, but I’d prefer to keep it as UUID.
   
   Matt Casters: "We could build a new data type plug-in for it and add support 
for it in pg. If you could create a feature request issue for it, we won't 
forget about it. I don't think it would be a lot of work to do this."
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Transforms, Component: Actions


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to