Forum: CAT Tools Technical Help
Topic: How to convert TMX to tab-delimited?
Poster: Dan Lucas
Post title: Huh
[quote]Stepan Konev wrote:
If that MacOS text editor can mark the match, you can use the following regex:
to mark and then copy all segments to clipboard[/quote]
Although I've only tried it on one file, this typically clever solution from Stepan seems to work well in Notepad++ here - much appreciated. Given that we already have the regex, it looks like an obvious choice for a tiny script in the programming language of one's choice (probably just from the command line in Perl!). I have never actually needed to convert TMX to tab-delimited, but it's nice to know that it's possible. Thanks to Hans and other contributors for the topic.
Dan
Topic: How to convert TMX to tab-delimited?
Poster: Dan Lucas
Post title: Huh
[quote]Stepan Konev wrote:
If that MacOS text editor can mark the match, you can use the following regex:
to mark and then copy all segments to clipboard[/quote]
Although I've only tried it on one file, this typically clever solution from Stepan seems to work well in Notepad++ here - much appreciated. Given that we already have the regex, it looks like an obvious choice for a tiny script in the programming language of one's choice (probably just from the command line in Perl!). I have never actually needed to convert TMX to tab-delimited, but it's nice to know that it's possible. Thanks to Hans and other contributors for the topic.
Dan