Hello, I have a table like this:
ID - value x - value y
1 - 5 - 30
2 - 9 - 40
3 - 8 - 70
4 - 76 - 89
I want to replace the value x of ID 4 by the value x of ID 1. So that my table would be like this:
ID - value x - value y
1 - 5 - 30
2 - 9 - 40
3 - 8- 70
4 - 5 - 89
What transformer should I use ?