George, I think you had a typo that may have been confusing. I think you meant to say: You can write the sql to produce a dataset that gives you: ABC,XYZ,123,joe@some.com ABC,XYZ,123,mark@some.com What I'm saying is if you had a row like (in csv for lack of a better way to display it): ABC,XYZ,123,joe@some.com,mark@some.com You can write the sql to produce a dataset that gives you: ABC,XYZ,123,joe@some.com ABC,XYZ,123,joe@mark@some.com so that you could burst this appropriately. That is if I'm understanding the desire correctly...