M
Mike Bridge
Can anyone suggest a good CSV parser that I can use from C#?
I've been using the Ostermiller CSVParser in Java, which is great, but
I can't find a full-featured C# one yet....
I need one that:
- Works for Mac, Windows and Unix end-of-line characters
- Handles fields with end-of-line characters in the middle of it
- Doesn't read the entire file into memory (files can be 100000+
records)
- Runs as managed code
(It'd also be nice if it could read non-latin-1 character sets if
necessary.)
I've found a few freeware ones, but none satisfies all those
requirements. I haven't been able to find a commercial one.
Thanks!
-Mike
I've been using the Ostermiller CSVParser in Java, which is great, but
I can't find a full-featured C# one yet....
I need one that:
- Works for Mac, Windows and Unix end-of-line characters
- Handles fields with end-of-line characters in the middle of it
- Doesn't read the entire file into memory (files can be 100000+
records)
- Runs as managed code
(It'd also be nice if it could read non-latin-1 character sets if
necessary.)
I've found a few freeware ones, but none satisfies all those
requirements. I haven't been able to find a commercial one.
Thanks!
-Mike