TD14 Content Importer

Now we are using SDL KC 2016 and preparing upgrade to TD14. With KC 2016, we often use publication export to correct multiple topics at once. Because, it's not possible to search and replace for multiple topics at once with KC environment. After we export the publication, performs a search and replace for bunch of topics. Then, imports corrected topics to KC using Batch Import.

It seems that this method is not usable with TD14. As you know, Batch Import is not available with TD14 so that we have to use Content Importer to import corrected topics. When I tried to import corrected topics with Content Importer, following errors were reported:

2019-08-27T14:49:16.5476875 Error Error updating 'href'. Unable to find 'GUID-2E78A786-F4C9-433E-BAFC-2395FCB2FEA4'. (C:\tmp\SVCDOC-1\GUID-1ED4C826-A446-471D-9CB8-2AFB945E6AAB.xml)

Since href attributes in the topics and maps were GUID based, all references were not be able to resolve. If errors occurred during conversion phase, Content Importer does not import those erroneous topics and maps.

Is there alternative way? Or am I wrong something?

Kind regards,

Naoki Hirai

Parents Reply Children
  • What does the 'Post Conversion XSL field' mean?

    The .met files generated by the publication export operation, include all metadata for each object. How you have to process these .met files is depend on what you want to accomplish. For example, if you want to add/modify part of metadata, create .met files that specify adding/modifying metadata as well as required metadata. The metadata that are not specified in the .met files will be kept as they were.

    If the thing you want to do is adding/modifying metadata, you can also use the IshRemote.

    Regards,

    Naoki

  • Hi Naoki,

    The Post Conversion XSL field is the field on the Content Importer UI for supplying an extra XSL file that is applied to the generated filemap.xml file before import into destination CMS. I believe it is required to fill in any mandatory properties that are not otherwise set in filemap.xml (although don't understand why they are not set already).

    The only info I can find on community is in this post - community.rws.com/.../43155

    Regards,

    Ann