I couldn't find this issue documented anywhere.

If it is required to import NULL values into an Sqlite table field, can
this be done simply by arranging that the before and after delimiters for
that field are consecutive?

Example: For a three field table (all three fields text type), importing
from a text file, using default delimiters, something like
A||H would put A in the first field, H in the third, NULL in the second?

And appropriate modifications to put NULL's into the first or last field?

Best regards

Reply via email to