Below is a list of Number Transformations supported by Advanced ETL Processor
ImageData Transformation FunctionDescription
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 Transformation Function
Add  Adds values together
Substract Transformation Function
Subtract  Subtracts values from each other
Divide Transformation Function
Divide  Divides values
Multiply Transformation Function
Multiply  Multiplies values
Max Transformation Function
Max  Calculates max value
Min Transformation Function
Min  Calculates min value
If Integer Data Transformation Function
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 Data Transformation Function
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 Data Transformation Function
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 Data Transformation Function
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 Data Transformation Function
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 Data Transformation Function
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 Data Transformation Function
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

Direct link, no registration required.