sqlite-xsv
sqlite-xsv copied to clipboard
`nullstr=[...]` support
Or a different option name than nullstr. Inspired from https://github.com/duckdb/duckdb/pull/11616
create virtual table temp."student_grades.csv" using csv(
nullstr=['None', 'null', '', 'N/A']
);