Hi

I have been looking around and can only see how to convert text to CSV.

Basically i have a single line, quote qualified csv file that i want to turn into a standard pipe delimited text file

so

"545454","yes","yes","no","boo, hoo"

to

545454|yes|yes|no|boo, hoo

Any ideas?

Thank you

.NET 4.0 with VS2010 Pro