Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Introduction to rule specifications
  3. Rule specification configuration
  4. Rule set configuration
  5. Rule statement configuration
  6. REST APIs for rule specifications
  7. Rule specification configuration in advanced mode
  8. Business rules and rule statements
  9. Validation and testing

Rule specification assets

Rule specification assets

Eliminating redundant character spaces in advanced mode

Eliminating redundant character spaces in advanced mode

To eliminate redundant spaces in a data set, write rule logic to replace multiple character spaces with a single space.
For example, you organization might decide to identify duplicate records in a data set. When you perform deduplication operation on your data set, the redundant spaces in the data values might lead to incorrect results. If you do not eliminate the redundant character spaces, the deduplication operation might not correctly identify the records that are identical as duplicates, which leads to duplicate entries in the data set.
  1. Open a rule specification in advanced mode.
  2. Verify that the rule specification contains the inputs and outputs that you require.
    • If the rule specification does not contain an input and an output that you can use, create an input and output. Configure the input and output properties to represent the type of column that contains the business data.
  3. In the rule editor, type the output name.
  4. Enter an operator value. For example, enter the
    =
    value to write a value for the data that satisfies the rule logic.
  5. To remove redundant characters, select the
    removeMultipleSpaces
    function in the operation.
    You can select the function from the suggestion list.
  6. Type the name of an input that represents the column of data that the rule specification will search at run time.
The following example shows rule logic that contains a standardize operation:
Output = STANDARDIZE("removeMultipleSpaces",Input);

0 COMMENTS

We’d like to hear from you!