I have a multi-line text file i am parsing into single-line. I want to be able to separate specific ranges of data within the file and save them to Excel sheets bearing the data groups name. An example of the data is:
SS001 KEY DLA DLT
1 1 22 356
2 2 38 59
SS002 KEY SLM MLT
1 1 500 38
2 2 44 300
Thus, i want to assign "SS001" and all data thereafter up until "SS002" to an Excel sheet labeled SS001. Is this possible and could someone point me in the right direction to either examples or code.
Thank you,
Brian
SS001 KEY DLA DLT
1 1 22 356
2 2 38 59
SS002 KEY SLM MLT
1 1 500 38
2 2 44 300
Thus, i want to assign "SS001" and all data thereafter up until "SS002" to an Excel sheet labeled SS001. Is this possible and could someone point me in the right direction to either examples or code.
Thank you,
Brian