Hi Simon. Very good stuff written with CSV JDBC. Also in reference to feature request 22, https://sourceforge.net/p/csvjdbc/feature-requests/22/ kinda agree that CSV files can never really have NULL values. It is practical though, to have null values & to be able to centralize manner to interpret null values at the JDBC driver. Even Excel can have NULL in a cell & definitely in a row column in SQL. Being able to interpret ,, or ,NULL, or ,\N, as NULL & '' as an empty string correctly has its practical...
Hi Simon. Kinda agree that CSV files can never really have NULL values. It is practical to have null values & to be able to centralize manner to interpret null values at the driver though. Even Excel can have NULL in a cell & definitely in a row column in SQL. Being able to interpret ,, or ,NULL, or ,\N, as NULL & '' as an empty string correctly has its practical values. And being able to move data from table to CSV to table or to other places correctly, & correctly differentiating null from non...