I have a transformation in Pentaho which looks like this:
This transformation populates a table PRO_T_TICKETS
in PostgreSQL.
And this table primary key is named OID
and has the uuid
data type.
Here is a snip of my Database Join query:
I want to use the generated random value by Pentaho as column value for OID
.
My question is where should I place the step "Generate random value (OID)" in my Pentaho job flow and what editing should I make in my db join so the join selects this generated uuid
as its value?
Get the data flow as you want except it has no OID. Make the flow to cross the Generate random value
and name it OID. That should be the flow you are looking for.
Also, be kind for us, clean you example and remove all what is not mandatory to understand the problem (like sort, normalizer and the kind of sort).