Convert Stream of CSV Data to XML

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have a component that receives a stream that contains the contents of a CSV file. Within the component, I need to convert this stream into XML and then pass the XML back in a stream. Which classes should I use to read a stream and convert the CSV data into XML? I want to avoid having to save the stream as a file, reading the file into another stream and then creating the XML. Im using VS 2008 and .NET 3.5.<br/><br/>Thanks in advance.<br/><br/>Dianne

View the full article
 
Back
Top