Hello Apache Hop Users, I’m trying to Create data via a ‘Table Output’ transform.
One of the field shall contain a sequence value. The next db sequence value can
be generated like this
nextval('db."myfield_seq"')
Do you know how to pass this to the ’table output’ transform?
(I have also tried to read first all new sequences but could not combine a
‘table input’ with an ‘excel input’)
Thank you in advance for your help
