42BV / CSVeed

Light-weight, easy-to-use Java-based CSV utility
Apache License 2.0
100 stars 22 forks source link

Botched handling of both NULL cell values and Windows line endings? #56

Open robross0606 opened 9 years ago

robross0606 commented 9 years ago

I simply cannot get CSVeed to work at all. It still has problems in version 0.4 with Windows Line endings when using InputFileStream. It also does not handle null column values represented as either:

,NULL,

or simply:

,,

What am I doing wrong?

robross0606 commented 9 years ago

Is this project still under development? I haven't received any response in months.