Start a new topic
Answered

Retrieve the name of the current schema in a mapping.

How to retrieve the name of the schema if we are in a mapping and the expression of the target field is in execution location stage?

It is required to perform a sub-query in a target field for example?


Best Answer

Syntax %x{ref:schema()/tech:name()}x% should allow to correctly retrieve the name of the target schema.

1 Comment

Answer

Syntax %x{ref:schema()/tech:name()}x% should allow to correctly retrieve the name of the target schema.

Login to post a comment