Skip to main content

How to populate the same field value in two different fields of target?

src-->csv

field1-->tgt1

field1-->tgt2

Personally, i would  use the expression evaluator to make reference

${record:value('/field1')}


 


Reply