Surendar
7 years agoContributor
Append/Merge input fields into single field
I have list of fields with name like,
- amount_1
- amount_2
- amount_3
- amount_4
- …
I need to map all the amount fields value into amount column in target.
Example:
Note: the fields is dynamic we can get “n” number of fields.
Looking forward any inputs/suggestions