Files in TMX are not beeing imported in trados 2022 so I get no suggestions

Hallo,
I have a question.
Documents in my TMX file are just beeing read but not imported so I get no suggestions in trados 2022 only in trados 2017. I have been discussing this with Ana from trados and she told me that the dev team is workning on the problem. I wanted to know how long it will take to solve the problem?

emoji
Parents Reply
  •   

    First of all I dont know how what you mean by deleting o tmf some text in here.

    If you open a tmx i a text editor you will something like this:

    Screenshot of an XML code snippet with 'o-tmf' attribute highlighted in yellow, indicating it should be deleted for Trados Studio TMX file import.

    Yours may not be exactly the same, but your problem files for importing probably contain the highlighted o-tmf attribute.  The text inside the quotes might be different, it just depends on where the tmx came from.

    So by deleting it I mean change this:

    <header creationtool="SDL Language Platform" creationtoolversion="8.0" o-tmf="SDL TM8 Format" datatype="xml"

    to this:

    <header creationtool="SDL Language Platform" creationtoolversion="8.0" datatype="xml"

    The o-tmf attribute isn't needed for the import, but some content causes a problem.  So just remove it by deleting it.

    My TMX contain sometimes more then 60 files if I shall do this for every file it would take a lot of time

    You mean you have 60 different TMX files?  No problem!  If you use something like Notepad++ as your text editor.  It's free and is available here:

    https://notepad-plus-plus.org/downloads/

    Then you can delete this from all the files in one go.  Here's a short video to explain how, and the regular expression I used was this:

    o-tmf="[^"]+"

    Paul Filkin | RWS Group

    ________________________
    Design your own training!

    You've done the courses and still need to go a little further, or still not clear? 
    Tell us what you need in our Community Solutions Hub

    emoji


    Generated Image Alt-Text
    [edited by: Trados AI at 8:27 AM (GMT 0) on 29 Feb 2024]
Children