Skip to main content

Wildcard

Comments

1 comment

  • David Paras

    In Data mapper Wild card is not supported in When condition. But there is an alternate approach that can be used for this. We have given an example for your scenario below that uses contains function:

    WHEN CONDITION{Error= contains($Input_SourceSchema/Root/Record/Error ,'ERR' ) } VALUE=[ 'E'] OTHERWISE VALUE=[ 'S' ]

    Similarly, you can also use "Starts-with" function here.

    0

Please sign in to leave a comment.