You are currently working on UAT 

Best way to perform batch edits in a TM’s custom field?

Hello,

I want to perform global edits in a custom field (text, allows multiple values) that's included in a large TM.

Changes such as this: from “R1_C1_AS” to “R1_C1_AS_ANOC”. The change will always occur after the last “_”.  Simple enough when there is only one value but most TUs have a number of those values.

I suppose I should consider the use of regex in batch edits but I wonder if there is any other, perhaps simpler, way to proceed.

Any recommendation you may have would be greatly appreciated.

Parents
  • Former Member
    0 Former Member

    You wrote "...field (text, allows multiple values).."
    I just confirmed that it worked with any kind of problem for that specific purpose.
    I have changed that field(s) a little bit at .tmx format which is exported from SDL TM and imported it into SDL TM.
    Just used ordinary text editor (Notepad++)
    But, it is done with a 10 TUs TM
    If your TM is huge (kind of several millions TUs), there should be unexpected problem(s). OR not.

    Good Luck

    -I could make a specific tool for this. But, it should be waste of time - my time.

Reply
  • Former Member
    0 Former Member

    You wrote "...field (text, allows multiple values).."
    I just confirmed that it worked with any kind of problem for that specific purpose.
    I have changed that field(s) a little bit at .tmx format which is exported from SDL TM and imported it into SDL TM.
    Just used ordinary text editor (Notepad++)
    But, it is done with a 10 TUs TM
    If your TM is huge (kind of several millions TUs), there should be unexpected problem(s). OR not.

    Good Luck

    -I could make a specific tool for this. But, it should be waste of time - my time.

Children