static mapRowAsObject(fieldList, row) { return fieldList .map(f => { return encodeValue(false, row[f] != null ? row[f] : '', 'TabSeparated'); }) .join('\t'); } if value = null why dont insert that null value to db