Create the normalization rules for normalizing the data ingested by Oomnitza.
You can't create normalization rules for unique and system fields. If you are adding a normalization rule for the name of a custom object, a checkbox, or a date timestamp, review Data types and normalization rules.
Tip
Instead of using string matches, you can use regex or Jinja to add more complex rules. For example, instead of creating multiple string rules to normalize the values of different operating system types, you can use regex or Jinja to create a single rule. See Sample Jinja and regex normalization rules.
Procedure
- In the sidebar, click Rules.
- Click Add.
- Enter the name of the field.
- From the Type list, select one of the following options:
- String Match
- Regex
- Jinja
- In the priority field, enter a number. If you have multiple normalization rules, you can specify in which order they are run. The highest value is 1.
- Enter the value for the target field. For example, the value that is ingested is Microsoft Windows and you want to replace it with Windows, you enter Microsoft Windows as the target field value.
- Enter the value that you want to replace the target field value with. For example, the value that is ingested is Microsoft Windows and you want to replace it with Windows, you enter Windows as the new value.
- Click Save & Close.
Comments
0 comments
Please sign in to leave a comment.