csvs-to-sqlite
csvs-to-sqlite copied to clipboard
Need workaround for 'NULL' data
The data set I'm working with contains someone whose last name is 'Null'. This ends up being an empty value in my SQLite database. It seems like there should be a documented way to work around this.
Take a look at this pull request.
https://github.com/simonw/csvs-to-sqlite/pull/45
I was having similar issues and implemented something that solved my problem.