Merging streams into a single CSV

13 views
Skip to first unread message

Glenn

unread,
Mar 16, 2012, 11:43:01 AM3/16/12
to CSVChat
I have some large CSV data that is coming from multiple
HttpWebResponses. Is there a simple way to merge the response streams
from the HttpWebResponse into a single CSV file?

Each response stream will have a header row with the field names and
all the columns will be the same.

Regards;
GlennW

shriop

unread,
Mar 19, 2012, 9:43:34 PM3/19/12
to CSVChat
Why couldn't you just open two CsvReaders and one CsvWriter? You could
even read all from one and write it to the file before starting to
read from the second. What are you seeing as the issue?

Bruce Dunwiddie
Reply all
Reply to author
Forward
0 new messages