/Copy Paste Documents

❯ man spanna/core-features

Copy / paste documents

Copy, paste, and duplicate MongoDB documents in Spanna while keeping document edits fast and local-feeling.

/docs/copy-paste-documents

Spanna supports document copy and duplicate workflows directly in the collection view.

Useful workflows

  • copy a document to another collection
  • duplicate a document in place
  • create a new document from an existing record

Things to watch

  • _id values must stay unique
  • duplicated documents may need field cleanup before save
  • pasting into the wrong environment is easy if collection names are similar

# something missing or wrong? tell us · or open a PR