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 ( For example: /) as separator.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 ( For example: /) as separator.region = Europe|France|Provence-Alpes-Côte d'Azur. |
metadataAction |
Yes | When updating metadata, it is possible to use:
Use replace with caution. |
Each row can only appear once.