accept a property that specifies a string that will be interpreted as the SQL NULL value. all getters on that field will then return Null.
the property could be called nullString. the default value could be "NULL" and I would prefer to have it case sensitive.
Is this necessary?
You can use the SQL NULLIF function to convert unwanted column values to NULL and it is usable with other SQL expressions:
Also requested in csvjdbc-develop topic Feature request: Adding more line skipping options.
Also requested in csvjdbc Help Forum topic Is there a way to handle missing values.