Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.03 KB

MultilingualXlsSettingsDto.md

File metadata and controls

18 lines (14 loc) · 1.03 KB

MultilingualXlsSettingsDto

Properties

Name Type Description Notes
SourceColumn string [optional] [default to null]
TargetColumns map[string]string Format: "language":"column"; example: {"en": "A", "sk": "B"} [optional] [default to null]
ContextNoteColumn string [optional] [default to null]
ContextKeyColumn string [optional] [default to null]
TagRegexp string [optional] [default to null]
HtmlSubFilter bool Default: false [optional] [default to null]
Segmentation bool Default: true [optional] [default to null]
ImportRows string [optional] [default to null]
MaxLenColumn string [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]