Translation Organizer file system settings
File system parameters for Translation Organizer are located in the FileSystem section of Translation Organizer's appsettings.json file.
Alias
An unique display name for the configured file system (such as demo, prod, dev, and so on).
ExternalJobMaxTotalUncompressedSizeBytes
Maximum total size of the single translation job. Default value is 5242880 bytes.
ExportFolder
Export folder where the exported zip archives will be stored. This value is initialized from install parameters.
"FileSystem": {
"Instances": [
{
"Alias": "File System Development",
"ExternalJobMaxTotalUncompressedSizeBytes": "5242880",
"ExportFolder": "C:\\temp\\InfoShare\\DataDev\\TranslationOrganizer\\Export"
}
]
}
Metadata settings
The configuration can contain metadata that gets extracted and passed to the export folder on the file system, and it looks as follows:
"RequestedMetadata": [
{
"Name": "NAME",
"Level": "LEVEL",
"ValueType": "VALUETYPE"
}
]
where:
- NAME is the name of the metadata property, for example,
FAUTHORorDOC-LANGUAGE - LEVEL is the level of the metadata property, one of
lng,logicalorversion - VALUETYPE is the type of value of the metadata property, one of
element,value,idorlabel.