Skip to main content

substring function

Comments

1 comment

  • David Paras

    you have to apply the below textual rule on the target node of Data Mapping:

    "concat( substring( $Input_Source_Schema/Root/Record/Record1, 1 , 3) ,'-', substring( $Input_Source_Schema/Root/Record/Record1, 4, 2) ,'-', substring( $Input_Source_Schema/Root/Record/Record1 , 6 , 4) )"

     

    0

Please sign in to leave a comment.