Hi,
I have a TMX file with the following fields:
- Source text
- Translated text
- Created by
- Creation date
- Project name
- File Name
- Area
- Client
When importing it into an empty sdltm file in Studio 2021, the fields marked in green are imported automatically as "System fields", but the fields in red are not.
I have tried creating the same fields in the TM, both as text and as multiple text:
However, I think I am doing something wrong at the importing stage, as I have not been able to import the missing field attributes despite using different formulas.
If it helps, this is the structure of the TMX file:
<tu
tuid="0000017"
datatype="Text"
srclang="en-gb"
>
<prop type="x-client">Client</prop>
<prop type="x-idiom-tm-uda-Client_Ref">Client</prop>
<prop type="x-domain">Area</prop>
<prop type="x-project">Project name</prop>
<prop type="x-idiom-tm-uda-Project_ID">Project name</prop>
<prop type="x-filename">File name</prop>
<prop type="x-rowid">0000017</prop>
<tuv
xml:lang="en-gb"
creationdate="20220511T083707Z"
creationid="Creator"
>
<prop type="x-issource">true</prop>
<seg>source text</seg>
</tuv>
<tuv
xml:lang="es"
creationdate="20220511T083707Z"
creationid="Creator"
>
<prop type="x-issource">false</prop>
<seg>translated text</seg>
</tuv>
Does anybody know can I may be missing?
Thank you!
Generated Image Alt-Text
[edited by: RWS Community AI at 4:16 PM (GMT 1) on 23 Oct 2025]
