Hi,
I need to select records and then export them as a csv file. The trick is that I need to duplicate each record before exporting: I figured on using a query to select the records, but how do dulicate them so that they will look like this in the csv fle?
ID1, Smith
ID1, Smith
ID2, Jones
ID2, Jones
etc.
Will someone point me in the right direction to do this?
Thanks in advance,
Tom
I need to select records and then export them as a csv file. The trick is that I need to duplicate each record before exporting: I figured on using a query to select the records, but how do dulicate them so that they will look like this in the csv fle?
ID1, Smith
ID1, Smith
ID2, Jones
ID2, Jones
etc.
Will someone point me in the right direction to do this?
Thanks in advance,
Tom