Table of Contents

ExportRule element

Defines an export rule.

Parent

ExportRules

Attributes

Name Type Required Description
attribute string Specifies the attribute of the tag specified in the "tag" attribute to which this rule should be applied.
regex string Allows you to specify a regular expression to find particular tag values.
tag string Indicates the XML tag the rule should be applied to.
value string Indicates the value that should be set in the XML tag.
whereTag string In the whereTag, whereValue, and whereAttribute attributes, you can specify a condition. That way, the export rule will only be applied if the condition is met.
Example: <ExportRule table="*" ... whereTag="Protocol/Params/Param/Name" whereValue="My param" whereAttribute="id" />
whereValue string In the whereTag, whereValue, and whereAttribute attributes, you can specify a condition. That way, the export rule will only be applied if the condition is met.
Example: <ExportRule table="*" ... whereTag="Protocol/Params/Param/Name" whereValue="My param" whereAttribute="id" />
whereAttribute string In the whereTag, whereValue, and whereAttribute attributes, you can specify a condition. That way, the export rule will only be applied if the condition is met.
Example: <ExportRule table="*" ... whereTag="Protocol/Params/Param/Name" whereValue="My param" whereAttribute="id" />