CategoryReplaceFromXML

Allows you to import category information contained in an XML file to a specified category, replacing that category and deleting all previous information below the category. The imported category information is stored as new descendants of the category to which it is imported.

You specify the XML file to use by setting either ImportFileName or ImportXML.

The XML file from which you import the category information must be in IDOL category XML format. For more information about this format, refer to the IDOL Server Administration Guide.

NOTE: This is an administrative action that can be sent only by users that belong to an authorization role that allows the Admin standard role, or which enables the action explicitly. See Authorization Roles Configuration Parameters.

NOTE: This action supports normal, SimpleCat, and Relevance categories.

Example

http://12.3.4.56:9000/action=CategoryReplaceFromXML&ImportFileName=MyCategory.xml&OnConflict=Overwrite

This action imports the category information contained in the MyCategory.xml file to the root category, completely replacing the previous content of the root category.

Required Parameters

You must set one of the following parameters.

Parameter Description
ImportFileName The file that contains the data to import.
ImportXML

XML data to import.

NOTE: You can use a POST request if you use this parameter.

Optional Parameters

This action accepts the following optional parameters.

Parameter Description
BuildNow Whether to build the category immediately.
Flat Whether to use a flat XML format.
OnConflict How to handle duplicate categories.
Parent The parent of the new categories.
UserName The name of the user that sends the action.

This action accepts the following standard ACI action parameters.

Parameter Description
ActionID A string to use to identify an ACI action.
FileName The file to write output to.
ForceTemplateRefresh Forces the server to load the template from disk.
Output Writes output to a file.
ResponseFormat The format of the action output.
Template The template to use for the action output.
TemplateParamCSVs A list of variables to use for the specified template.