Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 16 Next »

Specifics

Is it possible to export TM with tags which were created during project translation or added to segments after import?

It does not matter how the tags have been created. Once a given TM record has tags, they will be visible in the exported TMX file.

Is it possible to export TM with segment ID in XLSX?

It is not possible. The segment ID will not be visible in the generated XLSX file (please see XP-34933). The segment IDs will be visible in the metadata if you generate a TMX file.

Is it possible to export segments from TM that contain a specific word?

It is not possible, you can only search for them in TM Manage tab.

Is it possible to export TM based on a creation date\modified date?

It is possible through REST API. For more information see the REST API documentation on cloud XTM Connect SDK - REST API and our article REST API. It is also possible through SOAP, with the ExportTM method.

Are tags visible in the exported TM?

Yes. If a given TM record contains any tags, it will be all visible in the exported TM in prop elements: <prop type="tagGroup">Example_tag</prop>.

Is there a back-end option for simple export, that would exclude duplicates?

No, there is no such option. However, it would be possible through custom development (an external tool to cut out duplicates).

Is it possible to export TM with inline tags from XTM Workbench?

It is possible to export 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 client might have the following text in the source file:

{cześć} (hi) {czekolada} (chocolate) {wieczór} (evening) {mecz} (match)

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 does the order TM records in the TM export file depend on?

If the TM is exported from a particular project that contains only segments that were not present in the TM (new TM matches), the order will be retained as if there was in XTM Workbench. However, if the project consists of a mix of new and already existing translations (ICE matches, Leveraged matches, etc.) the order of exported segments will vary depending on factors such as time of the translation, type of TM match, etc.

  • No labels