Document identifiers - Fluid Topics - Latest

Microsoft Word Connector Configuration Guide

Category
Technical Notes
Audience
public
Version
Latest

Fluid Topics assigns an identifier to each .docx file corresponding to the path of the file in the archive. This ensures the uniqueness of each identifier within the archive.

To update a Word document, all .docx files must remain in their original location in the archive.

.
├── doc1.docx
├── doc2.docx
└── sub-dir
    └── doc1.docx

In the above example, the three .docx files have the following identifiers:

  • doc1.docx
  • doc2.docx
  • sub-dir/doc1.docx

To update the sub-dir/doc1.docx file, the new archive must contain the sub-dir folder.

It is also possible to define identifiers in a control file, see Update a document with a control file.