Bulk import for Regular Expressions

Last Updated : Aug 14, 2019 |

Use the following rules when creating an XML bulk import file:

  • The pattern of a Regular Expression, referred to as <regexpmap> must be unique.

  • <routingpolicyNames> must refer to an existing Routing Policy with the exact same name. It must either appear in the System Manager database or in an import file that exists in the same import operation as the Regular Expression.

  • Multiple Routing Policy entries (<routingpolicyNames>) can be configured for one Regular Expression.

Example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<regexpmapFullTOList>
    <RegexpmapFullTO>
        <notes>this is a test</notes>
        <deny>false</deny>
        <pattern>*.com</pattern>
        <rankorder>0</rankorder>
        <routingpolicyNames>toBerlin</routingpolicyNames>
        <digitmaporiginationpatternsetName>orig-dp-set-1</digitmaporiginationpatternsetName>
    </RegexpmapFullTO>
</regexpmapFullTOList>