Hi all, I am trying to get field calculator to help me extract a string from a field and calculate in another field.
| Name | Info |
| ABCDEFG_(0.2014HA) | !Place!.split('(')[1].split(')')[0] |
| ABCDEFG (TESTXX) (123HA) | ?? |
So for the first field the calculation will get me the value in brackets so I end up with 0.2014HA which is great.
How would I do it for the second one? I want to extract only what is in the second bracket and ignore the first one
Thanks a lot in advance!