Skip to content

Can not insert with value = null #150

@phuc49

Description

@phuc49
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions