After you export a Data Processor transformation as a service, you can run VRL validations on the service from the Data Transformation repository.
You can use a speed-enhanced Data Transformation engine for VRL validations. The speed-enhanced Data Transformation engine supports the following VRL functions:
dt:exist
dt:empty
dt:date-valid
dt:next-sequence
dt:all-equal
dt:lookup
dt:regex-match
The speed-enhanced Data Transformation engine produces the output
ValidateValue
.
ValidateValue
contains the property
max_error_count
, with a default of 200 errors. When the number of errors exceeds the
max_error_count
, the validation stops.
The speed-enhanced Data Transformation engine VRL syntax does not support the