Hi,
I have to send the CSV file from Idoc.
The requirement is that all the fields in the inbound are to be mapped to target. If the source field does not exists then a blank value has to be mapped to the target so the the output is:
ABC|XYZ|||||MNO||
I have used below mapping for each node at the target:
SRCFLD
SRCFLD ->(exists) -> (If then else) -> TARGET
CONSTANT
So if the source field vaue is not there, still there will be a blank value in the target.
But this is not working and the value is still not getting populated.
Has any one got this issue before?
regards, Anirudh.