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.
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
--overwriteoption for it to passDescription
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.