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