Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: dhrobertsonOriginally posted by: stonysmith
How many unique codes do you have to deal with? How many total records are there to process?
There are a couple of possiblities.
The other question is how do you want to deal with the codes after that.
If each code needs its own set of filters/business rules, it will get complicated <grin>
In this specific case there are 20 unique codes, however that may change over time. the dataset has roughly 800 rows of data. there is no special processing required of the data after that, it is really just a case of splitting out the rows based on the codes so that each set of data can be written to an independent output.
I personally cant think of a way to split it out physically....
If you have any thoughts of a roundabout method to achieving this result, that would be great!
thanks for the help
doug