Multi-Parsers Filter
Jump to navigation
Jump to search
Overview
The Multi-Parsers Filter is an Okapi component for extracting translatable text from complex formats.
Processing Details
Input Encoding
The filter decides which encoding to use for the input file using the following logic:
If the file has a Unicode Byte-Order-Mark: Then, the corresponding encoding (e.g. UTF-8, UTF-16, etc.) is used. Otherwise, the input encoding used is the default encoding that was specified when setting the filter options.
Parameters
By defaults, the filter settings are defined to process a CSV file where all columns are translatable and plain text.
Limitations
TODO