Closed jvanhercke closed 4 years ago
One line before your changes there is a condition "if (value == null) { continue; }" that should allow to write null fields.
Tell me if I'm missing something or provide a test case please.
Thanks for your interest and for the pull request
You are correct. My mistake. Forget about it.
Datatypes allow 'null' value to be written (stored as blanks), but the current code does not allow for this condition.