Hello! I am trying to parse the data to get the following result:
| ID | New Column |
| 500071001255600115 | 710012556115 |
| 500071001255600099 | 71001255699 |
| 500071001255600203 | 710012556203 |
I can take out the four first digits with a "Right" string function, but I am not sure how to take out the zeros (only after the ...12556(take out zeroes), with the exception when the last three digits contain a number in the middle. In that case, I want to keep the zero).
I am new to "Regex" so I don't know how to write an expression that does what I want.
Thank you!!