Hi everyone!
I'm working on replacing some values in a column and get the number of records changed.
For example if in column A, there's "CO", I want to change it to Colorado, if there's "TX", it should become "Texas", etc. (there're 5 values like that). However, there are a lot of other values in that column that I want to keep the same.
| Column A |
| TX |
| CO |
| Illinois |
| Los Angeles |
| New York |
The problem is: the dynamic replacement tool gives me the count but it turns all other values to null. The normal replacement tool doesn't give me a count.
Is there any way I can get the output that I need without using a filter and count tool in the original data?
Thank you!