We are using LiveContent Architect 2014 (i.e. "version 11" of the application)
For a migration project, one LCA environment to another, we are exporting from one and importing that into another.
Regular export does not export metadata.
Publishing to DITA XML exports all the metadata we want (i.e. defined in App/Author/Configuration/ReqMetaDataExportForPublication.xml), but resolves the LCA DITA XML to portable DITA XML.
"Export for Translation" gives us both LCA DITA XML and metadata, but only very limited metadata:
<ishobject ishref="GUID-75F56933-EBA9-4FD5-8D15-A950197FCBA8" ishtype="ISHModule" ishlogicalref="185997" ishversionref="185998" ishlngref="185999">
<ishfields>
<ishfield name="FTITLE" level="logical" xml:space="preserve">MECT_Title</ishfield>
<ishfield name="VERSION" level="version" xml:space="preserve">1</ishfield>
<ishfield name="DOC-LANGUAGE" level="lng" xml:space="preserve">en</ishfield>
<ishfield name="FSTATUS" level="lng" xml:space="preserve">Released</ishfield>
</ishfields>
</ishobject>
Can the metadata exported by "Export for Translation" be configured/customized so that I can include much more object metadata, similar to what we can define in "ReqMetaDataExportForPublication"?
I looked at a lot of doc, and the ASP code for "Export for Translation," and am not able to figure this out.
Thanks!