XlsxToLocalizationImportConfigStructure
Version #1
Description:
Todo
No description for this structure
Fields:
hasHeader
: Boolean [Optional]- Default: trueDescription: Defines if the sheet contains a header row
importVariables
: Boolean [Optional]- Default: trueDescription: Parse and import variables from the imported file.
keyColumnIndex
: Integer [Optional]- Default: 0Description: Defines the key’s column index. 0 based.
keyMatchingTransforms
: Array<Enum<underscoreprefixnonletter | uppercasefirstletter | lowercase | wordprefix | snakecaseword | dumpwhitespace | androidkey | dumpnonwordchars | hyphenfromunderscore | camelcase | lowercasefirstletter | capitalize | hyphencase | hyphencaseword | trim | underscore | normalize | camelcaseword | snakecase>> [Optional]- Default: []Description: Defines a sequence of transformations which should be applied to the keys when matching with existing localizations
languageCode
: String [Required]- Description: Defines the language code of the input file. Note: This is a temporary config option, may change in the future.
mergeStrategy
: Enum<keep_existing_values | override_existing_values> [Optional]- Default: override_existing_valuesDescription: Choose how the translations and other values of the existing localization keys should be treated when you import something with a matching key.
sheetIndex
: Integer [Optional]- Default: 0Description: Defines the index of the sheet to use. 0 based.
skipCopies
: Boolean [Optional]- Default: trueDescription: Skip translations that copy the default language
translationColumnIndex
: Integer [Optional]- Default: 1Description: Defines the translation’s column index. 0 based.