Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
| FIELD A | FIELD B |
|---|---|
| AAA | Customer A |
| BBB | Customer B |
| CCC | Customer C |
| DDD | Customer D |
| CCC | Customer C |
| DDD | Customer D |
| FIELD A | FIELD B |
|---|---|
| AAA | Customer A |
| BBB | Customer B |
| YYY | Customer C |
| ZZZ | Customer D |
| YYY | Customer C |
| ZZZ | Customer D |
| FIELD A (old) | FIELD A (new) |
|---|---|
| CCC | YYY |
| DDD | ZZZ |
You can use a Mapping load to create a map and then use either "map using" or applymap() to modify fielda.
Rob