Skip to main content
Question

Using Mongodb Writer, it seems that we can't use JSON transformers without a drop&create on the table. i want to update some rows (documents) only using the mongoId field. Can i do that?

  • September 9, 2023
  • 0 replies
  • 17 views

I don't want to use the drop&create option on the table, this is too dangerous. My goal is to read the collection, rewrite some rows using JSON transformers and update them thanks to their mongodbId.