Skip to content

Feat(Loader): Add check for duplicates when appending data #95

Description

@arnaudfnr

As a coordo user, if I try to append data in a resource with rows having the same primary key as already exsiting rows , I must specify the--overwrite option for it to pass

Description

When appending data to a resource, check for duplicate rows (i.e. rows with the same primary key as defined in the resource) and add an option to overwrite duplicate data (by default = False)

Concerrn

For now it might fail when trying to append all4trees external data because most of the primary keys are not well defined, I think we'll need to patch the datapackage.json manually.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions