Open pentolone opened 2 days ago
database server version 15
@pentolone Below is what we've tried and the output from the table. If you're using quotes then it will be considered as empty string. Blank is take as NULL.
Thank for the answer, but we have null values NOT at the end of line, but in the middle. Something like
adi,,last
Result in table should be adi|null|last
but we have adi|
Importing csv file with empty string risult in empty string in table too.
To Reproduce
Expected behavior
Empty string stored as NULL value in table columns