-
Type:
New Feature
-
Resolution: Fixed
-
None
-
Affects Version/s: None
-
Component/s: None
-
Emptyshow more show less
Protection of tags and regexes in CSV import should work as follows:
- Protect MQM tags within the CSVs to ensure that they are imported and destroyed by one of the next steps
- Protect everything per REGEX, that is marked in the task-template as to be protected by REGEX BEFORE tag-parsing
- if tag protection in the task template is enabled
- If a segment is valid XML, protect all Tags
- If segment is not valid XML: Protect all known HTML5 tags
- Protect everything per REGEX, that is marked in the task-template as to be protected by REGEX AFTER tag-parsing
- Protect Whitespace (linebreaks and multiple spaces
- Protect all XML-special-chars that are left by encoding them as entities
- relates to
-
TRANSLATE-594 No entity encode on import and decode on export for CSV files
- Done