YOu can do something like this (if Process value is 0141, change it to 0512 else keep the original value)
| eval Process=if(Process="0141","0512",Process)
YOu can do something like this (if Process value is 0141, change it to 0512 else keep the original value)
| eval Process=if(Process="0141","0512",Process)