My extracted field name X has values such as in the following format
/abc/defg/hgi/klmn/p
I want to be able to extract the values between any two '/'
1. I want abcdefg to be extracted to Y
2. I want abchgi to be extarcted and hgi to be renamed to 123 and finally abc123 to be saved in a field say Z.
↧