Previous Topic

Book Contents

Book Index

Next Topic

Python Expressions

Any python expression valid in the time of execution can be used. It means that you can use whole Valuemation API to get desired results. But for simplification you don’t have to use complicated expressions like src.getBOField(“firstname”).getNotNullValue(). Instead of it you can just use firstname. If you need to get the same attribute from target object, you can write trg(“firstname”). In some situation you will need to combine multiple attributes. In that case you can use standard arithmetic operators + - * / and even apply arithmetic, string or date functions that are available in python or you can use ApiFunctionProvider fp.

Listing of standard Python expressions follows.

See Also

Additional Information

Common String Operations

Mathematical Functions

Class Model