How to avoid "ShredderDocuments" tag from the XML file published from TDM Portal.
search cancel

How to avoid "ShredderDocuments" tag from the XML file published from TDM Portal.

book

Article ID: 136332

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

When publishing the XML file from the TDM Portal, the published XML file includes <ShredderDocuments> tag like below:

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<ShredderDocuments>
   <catalog>
        <book id="bk101">
            <author>Gambardella, Matthew</author>
        </book>
        <book id="bk102">
            <author>Williams,Tennessee</author>
        </book>
    </catalog>
</ShredderDocuments>

Is it possible to avoid this <ShredderDocuments> tag when publishing XML file from TDM Portal.

Environment

Test Data Manager
TDM Portal

Resolution

To remove the <ShredderDocuments> tage change the following in C:\Program Files\CA\CA Test Data Manager Portal\conf\catdmshredder.properties:
Changing from:
xml_skip_root_tag_single_file=false

to

xml_skip_root_tag_single_file=true

in C:\Program Files\CA\CA Test Data Manager Portal\conf\catdmshredder.properties file
restarting TDM Portal can avoid <ShredderDocuments>  tag in published XML file from the TDM Portal.