remove segment comments from xliff without opening in Trados

Does exists a tool for editing xliff files without opening them in trados?

I need to quickly remove segment comments form xliff without opening them in Trados

emoji
Parents Reply Children
  • Hi Paul, thank you for your quick answer.

    I manage many files and opening all of them in trados is time consuming, for this reason I'm wondering if there is a specific plug in to quickly remove any comments (left by translators or reviewers) before delivering a project.

    emoji
  •   

    If you're interested, and use it at your own risk, I created a Python script that can do this for you quite nicely.  I put the script here:

    https://github.com/paulfilkin/Python-scripts/tree/main/stripComments

    And here's no-sound video showing it working:

    A script takes the "safe" issue down a level since there is less room for typos, and it's automated to do all your files in one go for a project.  Essentially it does this:

    1. prompts for your SDLPROJ which is the project file you are working on
    2. it takes the target language folders from there
    3. then it backs up your sdlxliff files (in case something breaks) in each folder
    4. then removes the comments
    5. creates a PDF with a table of the comments removed as a log and saves in the same folder as a the SDLPROJ

    Takes seconds to run.

    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