Hi,
I want to insert or replace a json document in a collection using PUT and mongodb_id with a Featurewriter.
If the document don't exists, no probleme
If the document exist, there is an errror message:
E11000 duplicate key error collection: fdppma_dev_pdpg.Couche index: _id_ dup key: { : ObjectId('62b01e134c2300007e0001a5') }: generic server error
I believe that Put delete the object before insert it.
Someone have got an idea ?
Thanks