Using ArcMap 10.8.1. I have a set of data I need to pull into 3 separate, new columns. I have been successful with 2 of the pieces of data, but the 3rd is proving to be difficult.
The data in the column (the column is titled "Comment") is: 1, 59264, 0 , 12459
The first number is a location, the following 3 numbers are individual readings.
Mid ([Comment], 3, 6) works for the 59264 number.
Right ([Comment], 5) works for the 12459 number.
I can't nail down the statement for the 0 in this case. Any ideas what that would need to read to pull that section out?
(The first number, 1 in this case, is irrelevant, its just a place holder generated by the instruments we use).