Skip to main content
Question

Same data in two fields

  • August 30, 2022
  • 1 reply
  • 30 views

Priyabala
Roadie

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

src-->csv

field1-->tgt1

field1-->tgt2

antmcmullen
StreamSets Employee
  • StreamSets Employee
  • August 30, 2022

Personally, i would  use the expression evaluator to make reference

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


 


Reply