kidmullet11
New Member
- Joined
- Oct 17, 2011
- Messages
- 5
I am trying to extract a position based value from a concatenated taxonomy string. Each field in the taxonomy is separated by an underscore, so I essentially want to return the value from the field that consistently appears in say the third position in the string, ie after the second _ and before the third _.
Annoyingly the field length is not always the same (either two or three characters) but it’s position between the second and third underscore is always consistent. Is this even possible? Thanks!
Annoyingly the field length is not always the same (either two or three characters) but it’s position between the second and third underscore is always consistent. Is this even possible? Thanks!