Data Correction Actions
This section describes the actions you can take after inspecting an invalid record. You can perform these actions on individual or multiple records simultaneously. These actions generate user activity logs.
Note!
The maximum number of records allowed for actions is currently set at 100,000 (100k).
To perform an action:
Go to the Detail view page.
Click the Edit button in the top-left section of the toolbar to enable the Edit mode.
Records pending reprocessing will be hidden from this view as they cannot be edited.
You can now select the specific records you wish to take action on. When you select records, you will see the available actions on the right-hand side of the toolbar.
Data correction actions
Correcting a Record
The Correct action allows you to update the information of an erroneous record. After correcting the records, make sure to select them for reprocessing. See 'Reprocessing a record' below for more details.
There are two ways to correct records:
Simple Correction
Advanced Correction
Select the record(s) you want to correct and click Correct.
Simple Correction
In the Correct Panel:
Select the target field of the record that you want to correct. If the field is missing from the record, you can add that field using the Add Field option.
Select the type of the field.
Enter the new value.
Click Apply to correct the changes. This action cannot be undone.
Advanced Correction
You can do an advanced level of record correction by creating a desired expression with pre-defined functions or fields. The field you want to correct is updated with the output of the custom expression. Click on the Guide banner to see a brief explanation of all available functions.Â
To apply the advanced correction:
Â
Turn on the Use expression toggle.
Select the field you want to correct from the Target field drop-down list. If the field is missing from the list, you can add that field using the Add Field option.
Create the target value by selecting from the available fields, using pre-defined functions, or combining both. This action constructs the expression template in the Expression textbox.
Customize the template to match your specific requirements. The following table provides the list and description of the pre-defined functions provided in the Guide banner:Â
Mathematical Function | Description | Example |
Numeric functions | ||
Floor | Rounds down to the nearest integer or lower. |
|
Ceil | Rounds up to the nearest integer or higher. |
|
Round | Rounds to the nearest integer or decimal places. |
|
Addition | Adds two or more numbers. |
|
Subtraction | Subtracts one number from another. |
|
Division | Divides one number by another. |
|
Multiplication | Multiplies two or more numbers. |
|
String functions | ||
Uppercase | Converts a string to all uppercase letters. |
|
Lowercase | Converts a string to all lowercase letters. |
|
Trim | Removes leading and trailing spaces from a string. |
|
Concatenate | Joins multiple strings together. |
|
Slice | Extracts a portion of a string by specifying the start and end.
|
|
Â
Examples
If you want to round down the field '
price'
from its original value of 1.001 to 1, select thefloor
function from the Add function dropdown list and then select the field 'price
'. Expression will be:Âfloor(@{payload.price})
Â
If you want to convert the value of the field '
model
' to uppercase then the target field and the field selected in the Add field dropdown will be the same and the function will beUppercase
. Once a selection is done, you will see a template expression created like this:upperCase(x)@{payload.model}
where you need to update the expression toÂupperCase(@{payload.model}).
Since a correction cannot be undone, it is recommended that you test the expression on one single record before doing a bulk change. Click Apply to correct the selected records. You can also select the reprocess checkbox in the confirmation box to reprocess these corrected records.
Â
Reprocessing a Record
The Reprocess action enables you to reprocess records by sending the corrected records back to the Validate Function where they are re-validated and once successful, they are forwarded downstream. While the records are being reprocessed they are not available for correction or deletion. If the record failure results from a temporary issue or misconfigured validation, you can reprocess it without correcting it.
Deleting a Record
The Delete action provides the option to remove a failed record from the system. When you click the Delete option, a confirmation prompt appears to ensure that you want to delete the selected record(s).Â
Â