Looking for a good text parsing library for C#

Posted by Chris Stewart on Stack Overflow See other posts from Stack Overflow or by Chris Stewart
Published on 2010-05-25T19:36:05Z Indexed on 2010/05/25 19:41 UTC
Read the original article Hit count: 367

Filed under:
|
|
|
|

Has anyone run across a quality library that will parse, line by line, CSV, tab-delimited, and Excel files?

I've started to do it manually but have noticed some of the intricacies in parsing a comma-delimited file. Such as situations where a cell has a comma in it as part of the data (blah,\"LastName, Jr.\",blah,blah).

© Stack Overflow or respective owner

Related posts about c#

Related posts about excel