Have several lines of data where I need to parse out specific pieces of data
Example:
Customer PAGE1234 / P AGE LLC Type: Paypal Phone: 123 123-1234
I guess I need to be able to configure where the parse starts and stops considering I have several lines of similar data and some names are longer than other. Is there a way to parse this information out into new columns given the character numbers will vary per column?
Thanks