File Types
-
.TXT
Import Options
-
Users can use Regexp to specify what lines should be imported.
-
Apply regular expressions to convert specified text to tags.
Important
Issues with tags are a common cause of export errors. Always ensure tags and formatting are correct before exporting files by running quality assurance checks.
-
Specify a context key that is saved with the segment to the translation memory and used for match context.
-
With this option enabled, only the grouped parts of the regular expressions in the above fields will be processed.
Example:
If the .TXT file contains this string:
xyz, First value, abc, Second value
and
-
Translatable text regexp is:
^[^,]+, ([^,]+), [^,]+, ([^,]+)$
-
Translatable text regexp is:
^[^,]+, ([^,]+), [^,]+, ([^,]+)$
then
-
1st segment will be
First value
with context keyxyz
-
2nd segment will be
Second value
with context keyabc
This option does not affect the functionality of convert to Phrase tags, i. e. using groups in that field will not limit the tag conversion to the grouped code part.
-