Hi all
Please advise if there is any ways to import data without replacing those existing row of data.
Eg, if Mapping_id is the Primary Key
Imported Table
Mapping_id Name
1 John
2 Peter
3 Mary
Target Table
Mapping_id Name
1 Shawn
4 Michael
5 Bay
Result Table
Mapping_id Name
1 Shawn
2 Peter
3 Mary
4 Michael
5 Bay