I have a complicated task and I am looking for direction.
I have a test file that returns a set of records and I need to be able to group the text into SQL Server to be used for a report.
Here's an example of the data.
Key Row
- unique data row
- unique data row
- unique data row
Key Row
- unique data row
- unique data row
- unique data row
- unique data row
- unique data row
Key Row
- unique data row
- unique data row
- unique data row
Basically, all the data between each key row is 1 report. How would I loop thru this and export a report for each Key Row.
↧