stamps expression function

Returns a copy stamping string value.

All Usage Examples

Usage

stamps(stamp_op_path, token, value)

Retrieves a stamping variable, usually from a downstream Copy node. See copy stamping.

This function retrieves string values. For floating-point number values, use stamp.

Returns the string value associated with the parameter named 'token' set in 'scope'. 'scope' is an operator path where the value is to be looked up from. If the token has not been set, then 'value' is returned. Stamping operators set these named tokens parameters recursively on themselves and all ancestor parents.

Examples of string stamping operators include the Apply Relationship DOP, and the Copy Data DOP.

Examples

stamps("../copydata1", "name", "defaultname")