Skip to content

Odd or misleading handling of empty values in BulkInsert #11

@OssiGalkin

Description

@OssiGalkin

In BulkInsert if the parameter "Convert Empty PropertyValues To Null" is true

if (options.ConvertEmptyPropertyValuesToNull)
the Task will set whole row to null instead of the individual cell
row[index] = null;
but that's what the actual method name implies though. But it does that when any of the cells are empty.

Why it sets whole row to null (why not element)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions