Importing regular expressions or SQL patterns from a CSV file
About this task
Column name | Description |
---|---|
Label | The label of the pattern (must not be empty) |
Purpose | The purpose of the pattern (can be empty) |
Description | The description of the pattern (can be empty) |
Author | The author of the regular expression (can be empty) |
Relative Path | The relative path to the root folder (can be empty) |
All_ DB_Regexp | The regular expression applicable to all databases (can be empty) |
<database name>_Regexp | The regular expression applicable to this specific database (can be empty) |
Procedure
Results
Information noteImportant: A warning icon next to the name of
the imported regular expression or SQL pattern in the tree view identifies that it is
not correct. You must open the expression or the pattern and try to figure out what is
wrong. Usually, problems come from missing quotes. Verify your regular expressions and
SQL patterns and ensure that they are encapsulated in single quotes.