Optional output target path variable from a mapper
Hi In a mapper, how could i do so that, depending on the left side expression, i can choose if a target path variable should be output or not. For example, if $a is null, then nothing should be output in target path… else, it should output the value ...