Table of Contents |
---|
...
It does not matter how the tags have been created. Once a given particular TM record has contains some tags, they will be visible in the exported TMX file.
Is it possible to export a set of TM
...
data, containing segment IDs, in an XLSX file?
This is not possible. The segment ID IDs will not be visible in the generated XLSX file. The However, if you generate a TMX file, for exporting the TM data, the segment IDs , however, will be visible in the metadata if you generate a TMX file .
Is it possible to export segments
...
that
...
contain a specific word from a TM?
It This is not possible. You can only search for them segments that contain a specific word in the TM Manage tab screen.
Is it possible to export a
...
set of TM data that is restricted according to a specified creation date
...
or modified date?
It is possible to do so via the REST API. For more information, see the official REST API documentation: XTM Connect SDK - REST API.
It is also possible to do so via the SOAP API, by means of using the ExportTM
method.
Are tags visible in
...
an exported TM?
Yes, they are. If a particular TM record contains any tags, and the TM record is exported, they will all be visible in the exported TM in prop elements: <prop type="tagGroup">Example_tag</prop>
.
...
It is possible to export a TM with inline tags from XTM Workbench. To do so, you need to export your TM as a TMX file, which preserves all the data in it.
For example, the you might then have the following text in the source file:
...
Which is shown in XTM Workbench in the following way:
{1}(hi) {2}(chocolate) {3}(evening) {4}(match) |
The TMX export file will contain the relevant data.
What
...
sets the order in which TM records are listed in
...
a TM export file
...
?
If the TM data is exported from a particular project that only contains only segments that were not present in the TM (new TM matches), the order TM records (segments) will be retained as if there was exported in the same order as they were listed in XTM Workbench. However, if the project consists of a mix mixture of new and already existing translations (such as ICE matches, or Leveraged matches), etc.) the order of exported segments will vary depending on factors such as time of the translationthey were translated
, type of TM match
, etc.