Below is a list of String Validation Functions supported by Advanced ETL Processor

ImageData Validation FunctionDescription
Is Null Checks if the data is equal to null.
Is Empty String Checks if the data is Empty String. (Length of the string is zero).
Is Alpha Checks if the data contains only Alpha characters.
Is Alpha Numeric Checks if the data contains only Alpha Numeric characters.
Is Hex Checks if the data contains a valid HEX string
Is Equal To Checks if the data is equal to the supplied value
Is Starts With Checks if the data starts with the supplied value
Is Ends With Checks if the data ends with the supplied value
Contains Checks if the data contains supplied value
In List Checks if the data exists within supplied list values

 

Advanced ETL Processor has a robust data validation and transformation process built-in.

The types and nature of the transformations taking place can be tweaked and configured by the user. A full range of data transformation functions is included. Transformations can be performed on the basis of data type, lookups and regular expressions, which can be individually changed according to the requirements.

 

More transformation functions