You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Set field value transform currently only allows to overwrite an existing field with the value of another field, rathen than duplicate a field in a new one.
Possibile workarounds:
use Add constants to add the new field, and then set it with Set field value, or
replace the transform with a User Defined Java Expression, set the new field name as New field and the field to be copied in the Java expression
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui, Component: Transforms
The text was updated successfully, but these errors were encountered:
What would you like to happen?
The
Set field value
transform currently only allows to overwrite an existing field with the value of another field, rathen than duplicate a field in a new one.Possibile workarounds:
Add constants
to add the new field, and then set it withSet field value
, orUser Defined Java Expression
, set the new field name asNew field
and the field to be copied in theJava expression
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui, Component: Transforms
The text was updated successfully, but these errors were encountered: