I've been testing the 'live' of variables defined with localMap /globalMap.
Global variables defined at filter:
+ Can be readed at transformation.
+ Can't be readed at destination
Local variables defined at filter:
+ Can't be readed at transformation.
+ Can't be readed at destination
Global variables defined at transformation:
+ Can't be readed at destination
Local variables defined at transformation:
+ Can be readed at destination
(I' m trying to read local & global variables at destination using the syntax:
${variable_name}
Global variables defined at filter:
+ Can be readed at transformation.
+ Can't be readed at destination
Local variables defined at filter:
+ Can't be readed at transformation.
+ Can't be readed at destination
Global variables defined at transformation:
+ Can't be readed at destination
Local variables defined at transformation:
+ Can be readed at destination
(I' m trying to read local & global variables at destination using the syntax:
${variable_name}
Comment