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

`nullstr=[...]` support

Open asg017 opened this issue 1 year ago • 0 comments

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']
);

asg017 avatar Apr 16 '24 19:04 asg017