I currently have a query thas produces data in the following format...
"12/31/2003","BF985","CDS","08/01/2003","12/31/9999","000.00","000200000.00","000000000.00"," "," Butler"," Franklin","D","R1","Others"
I would like the same to be in the following format.....
12/31/2003|BF985|CDS|08/01/2003|12/31/9999|000.00|000200000.00|000000000.00|Butler|Franklin|D|R1|Others
How can i achieve this ?
Thanks.
"12/31/2003","BF985","CDS","08/01/2003","12/31/9999","000.00","000200000.00","000000000.00"," "," Butler"," Franklin","D","R1","Others"
I would like the same to be in the following format.....
12/31/2003|BF985|CDS|08/01/2003|12/31/9999|000.00|000200000.00|000000000.00|Butler|Franklin|D|R1|Others
How can i achieve this ?
Thanks.