Configuration sheet - Fluid Topics - Latest

Fluid Topics Control File

Category
Technical Notes
Audience
public
Version
Latest

The configuration sheet, as well as all its elements, must exist in the FluidTopicsControlFile.xlsx file. Name it exactly configuration.

Example:

valuesSeparator ;
stringTreeSeparator |
metadataAction append
Row Mandatory? Row value
valuesSeparator Yes Takes a character used to give a metadata key multiple values. It is possible to use any character, but the semicolon (;) is recommended.
Do not use a slash (/) as separator.
For example: authors = Jane Doe;Fabrice Lacroix.
stringTreeSeparator Yes Takes a character used to give a metadata key a hierarchical value. It is possible to use any character, but the vertical bar (|) is recommended.
Do not use a slash (/) as separator.
For example: region = Europe|France|Provence-Alpes-Côte d'Azur.
metadataAction Yes When updating metadata, it is possible to use:
  • append to add the values in the metadata sheet to a topic or publication's existing metadata.
  • replace to replace all existing metadata keys by the values in the metadata sheet.
Use replace with caution.

Each row can only appear once.