I am trying to automate the process of exporting a text file to an excel file, and then breaking out the data into the proper format, with column headers. Please see the screenshot below. The screenshot shows a raw text export from a source, and I am trying to create a new column that shows the identifier highlighted in red on each line. For example, the column would be called "identifier" and the identifier for lines 2-5 would be "00000576A", but I want to have a new identifier for lines 8-17, and so on. Is there an easy way to do this? There are thousands of lines with many individual identifier
s.