Below is a list of Number Transformations supported by Advanced ETL Processor
Image | Data Transformation Function | Description |
---|---|---|
Round | Rounding is the process of reducing the number of significant digits in a number. The result of rounding is a "shorter" number having fewer non-zero digits yet similar in magnitude. The result is less precise but easier to use. For example, 73 rounded to the nearest ten is 70, because 73 is closer to 70 than to 80. | |
Abs | Returns the absolute value of a number. Absolute value is always positive. For example, -2 will give 2 | |
Sign | Returns Sign of numeric value -1 for negative values, 1 for positive values and 0 for 0 | |
Add | Adds values together | |
Subtract | Subtracts values from each other | |
Divide | Divides values | |
Multiply | Multiplies values | |
Max | Calculates max value | |
Min | Calculates min value | |
If Integer | Checks if the data is an Integer Value, if it passes Success value to the next step otherwise passes Failure value | |
If Number | Checks if the data is a Numeric Value, if it passes Success value to the next step otherwise passes Failure value | |
If Negative | Checks if the data is a Negative Value, if it passes Success value to the next step otherwise passes Failure value | |
If Positive | Checks if the data is a Positive Value, if it passes Success value to the next step otherwise passes Failure value | |
If Number Between | Checks if the data is a Numeric Value between two numbers, if it passes Success value to the next step otherwise passes Failure value | |
If Number Less Than | Checks if the data is a Numeric Value less than specified Number, if it passes Success value to the next step otherwise passes Failure value | |
If Number More Than | Checks if the data is a Numeric Value more than specified Number, if it passes Success value to the next step otherwise passes Failure value |
Advanced ETL Processor is designed to automate extracting data from ANY database, transform, validate it and load into ANY database. Typical usage of it would be extract data from Excel File, Validate Date Formats, Sort data, deduplicate it and load it into Oracle database, run stored procedure or SQL script, once loading is completed. Unlike Oracle SQL loader, BCP, DTS or SSIS Advanced ETL Processor can also add new and update old records based on the primary key