Forum: CAT Tools Technical Help
Topic: How to convert TMX to tab-delimited?
Poster: Hans Lenting
Post title: Further preparation
Further preparation:
Remove in-segment tags:
Find:
<[eb]pt.*?>
Replace:
Nothing
Find:
<ph.*?>
Replace:
Nothing
Convert entities:
Find:
&
Replace:
&
Same for: <, >, ' and "
Remove all other entities:
Find:
&.*?;
Replace:
Nothing
Further cleaning:
Remove dashed lines:
Find:
_{2,}
Replace:
Nothing
[Edited at 2022-10-15 06:42 GMT]
Topic: How to convert TMX to tab-delimited?
Poster: Hans Lenting
Post title: Further preparation
Further preparation:
Remove in-segment tags:
Find:
<[eb]pt.*?>
Replace:
Nothing
Find:
<ph.*?>
Replace:
Nothing
Convert entities:
Find:
&
Replace:
&
Same for: <, >, ' and "
Remove all other entities:
Find:
&.*?;
Replace:
Nothing
Further cleaning:
Remove dashed lines:
Find:
_{2,}
Replace:
Nothing
[Edited at 2022-10-15 06:42 GMT]