Copy
Last updated
Last updated
Copy transform plugin
Copy a field to a new field.
fields
Object
yes
Specify the field copy relationship between input and output
Transform plugin common parameters, please refer to for details
The data read from source is a table like this:
Joy Ding
20
123
May Ding
20
123
Kin Dom
20
123
Joy Dom
20
123
We want copy fields name
、age
to a new fields name1
、name2
、age1
, we can add Copy
Transform like this
Then the data in result table fake1
will like this
Joy Ding
20
123
Joy Ding
Joy Ding
20
May Ding
20
123
May Ding
May Ding
20
Kin Dom
20
123
Kin Dom
Kin Dom
20
Joy Dom
20
123
Joy Dom
Joy Dom
20