I’ve got the following snippet from a user on this forum, but at the moment it is including the Square Brackets around the entire string as well as quotes around each id:
Would you happen to have a suggestion on how to subdivide these?
For instance in the image above there are several in the image that start as “Anza-####” is there a way to only grab certain values based on a specific format?
Basically I have two groups, Ag Stations and Utility Stations. All the ag stations are a unique 3 or 4 character string and all the utilities are, as above, a 3 or 4 letter string followed by a “-” and then a 4 digit number. So ideally we separate the Ag stations by if it is greater than 4 characters and then again if the first letters in the string are XXX, YYY, or ZZZZ this way I could subdivide the utility stations.