I have a report that was extracted from an application as a text file. I do not have access to the raw data used to create this text file so I need to make the file "import friendly".
Basically I need to take a report that has group formatting and write the values used for grouping to each subsequent line, until the original value changes. It is hard for me to describe so I hope that the link to the file works. The file itself is small < 700k.
The columns I need to write to the next line (if it is a valid record) are;
Route (Not available for every record)
Document NBR
Picker
If someone knows of a good tutorial, prior post, or wouldn't mind walking me through the process I would be very appreciative for the help.
Basically I need to take a report that has group formatting and write the values used for grouping to each subsequent line, until the original value changes. It is hard for me to describe so I hope that the link to the file works. The file itself is small < 700k.
The columns I need to write to the next line (if it is a valid record) are;
Route (Not available for every record)
Document NBR
Picker
If someone knows of a good tutorial, prior post, or wouldn't mind walking me through the process I would be very appreciative for the help.