kExportAttributes.sh
You can use the kExportAttributes.sh
script to export the translatable attributes of entities for a OpenText PPM system that supports multiple languages. If you export a specific entity, the attributes of child entities defined in the same language are included.
To export the all attribute definitions, run the command:
sh ./kExportAttributes.sh -username <username> -password <password>
To export the translations for all entities, run the command:
sh ./kExportAttributes.sh -username <username> -password <password> -t
To export the translations for a single entity, run the command:
sh ./kExportAttributes.sh -username <username> -password <password> -entityId <entityId> -t
For detailed information about how to use the kExportAttributes.sh
script (and the kImportAttributes.sh
script), see the Multilingual User Interface Guide.