I am exporting a user which has a NULL value within a DATE field. I added this to my config: ``` <column name="fieldnamexy" dump="replace" replacement="2017-03-18" /> ``` And it just stays NULL in export. When exporting another user (with filled fieldnamexy) everything works as expected. Might be because first if statement in Table::getStringForInsertStatement :thinking: