The rules are listed one after the other in the box and processed sequentially by Chioro.

Simple rule

Rules

  1. create a new, empty, simple rule
  2. name of the rule
  3. attributes for mapping can be dropped from the attribute field on the right.
  4. use a tool, see Tools.
  5. the condition is used to define whether an assignment is executed, see Condition.
  6. add rule name and comment.
  7. delete the rule.
  8. click on Preview to process the first ten data records and display the result below in the data view under Preview results. This function is only used to test the To obtain a reliable result, the transformation must be executed in full.

Variable rule

Rules

  1. create a new, empty, variable rule
  2. the name of the rule (target attribute) is defined using any JavaScript.
  3. attributes for mapping can be dropped from the attribute field on the right.
  4. use a tool, see Tools.
  5. the condition is used to define whether an assignment is executed, see Condition.
  6. edit script for the name and add comment.
  7. delete the rule.
  8. click on Preview to process the first ten data records and display the result below in the data view in the result preview. This function is only used to test the To obtain a reliable result, the transformation must be executed in full.

Multi-rule

Rules

  1. create a new, empty, multi-rule
  2. in the filter, either comma-separated or via placeholders (also RegEx) which attributes are to be processed. In current() is stored which attribute is currently being processed. If current() is specified in the target attribute, the same column is written back. Here, however any script can also be used to write to a new attribute.
  3. attributes for mapping can be dropped from the attribute field on the right.
  4. use a tool, see Tools.
  5. the condition is used to define whether an assignment is executed, see Condition.
  6. edit script for the name and add comment.
  7. delete the rule.
  8. click on Preview to process the first ten data records and display the result below in the data view in the result preview. This function is only used to test the To obtain a reliable result, the transformation must be carried out completely.