I have a strings of data that often look whats below, I can isolate the first segment and the last segment...but I can't get the middle segments. The number of spaces can vary and it's turning out to be a nightmare. Forums/Google haven't yielded results (I may be looking for the wrong thing). Tried delimiters and parsing but nothing is working. I tried delimiting to a single space and treating consecutive spaces as a single...but sometimes there is a word with a space and that is causing a problem as its technically the same column in the source...is there a way to delimit only if there are two spaces and treat 2+ spaces as the delimiter? The number I need to grab is the "2212337". I put the string in using the CODE since it kept trimming spaces off the line.
Code:
151555 7018719 191199 2212337 11/02/2017 EROS FDE
Last edited: