orangesignal / orangesignal-csv

CSV (comma-separated values) read and write library for Java.
http://orangesignal.github.io/orangesignal-csv
Apache License 2.0
43 stars 22 forks source link

convert an empty string ("") to null #37

Closed okuniyas closed 9 years ago

okuniyas commented 9 years ago

fix #34 instead of throwing IllegalArgumentException, convert an empty string ("") to null if its type is not primitive.