Hi,
I have data in a field that I need to separate into columns, but there are no delimiters in the field -- I want to parse the data based on the position in the string. Can someone help me?
Original data:
################## (total 18 characters)
Need to parse below:
### / ## / ## / ### / ##### / ###
3 / 2 / 2 / 3 / 5 / 3