I have several thousand lines of text in a form:
Company >> Group >> Project >> etc.
I'd like to break these lines up into separate fields for each (company, group, project, etc.). Is there a function (or suggestions to write a function) that can scan each line for the ">>" break and remove just the relevant part?
Any alternate strategies also appreciated. Thanks.