Defines the rules for a importer such as field separator, which field has which meaning etc
| Column Name | Column Datatype | Column Null Option | Column Comment |
| import_rule_id | integer | not null | The import rule id |
| name | varchar(100) | with null | The name of the import rule |
| rule_string | long varchar | with null | The import rule itself. |
| importer_id | integer | with null | The importer, to which the rule belongs. |
Product Name: Unicenter Service Management
Table Type: Table