Aug 6, 2010

Regular expressions for CSV File Parsing

I had a requirement to parse the csv file which was actually generated for reading in Excel into a c# application. The server didn't have any drivers for OLEDB/ODBC hence I did it with regular expressions
and here's a good link (http://www.blackbit.net/node/12) which has regular expressions for parsing comma and semicolon delimited records.

No comments:

Post a Comment