Hi pc316,
you could try something like the following:
-
Make sure the pipeline contains a variable, which is null (or empty string, whatever you need). This acts like a “constant” and can for example be inserted into the pipeline in a processing service at the very beginning of the DSP. Let’s call this variable NULL_VAL.
-
This can then be used in any place you need it as follows: (suppose “hugo” is the variable, that you want to set to null or empty string).
%ifvar hugo -notempty%
%rename NULL_VAL hugo -copy%
%endif%
A happy new year,
Lanzelot
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods