csvs-to-sqlite icon indicating copy to clipboard operation
csvs-to-sqlite copied to clipboard

Need workaround for 'NULL' data

Open earthboundkid opened this issue 7 years ago • 1 comments

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.

earthboundkid avatar Feb 01 '18 18:02 earthboundkid

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.

dazzag24 avatar Jan 18 '19 23:01 dazzag24