Skip to main content

How to parse varying substring length

Comments

1 comment

  • David Paras

    If the number of values in the field is variable, you can use a WHEN CONDITION on the target fields to check if that value exists in the source field

    Ex: 

    WHEN {tokenize($Input_SourceSchema/Root/Record/Location,'.')[2] = null} VALUE=[""] OTHERWISE VALUE=[.]

    0

Article is closed for comments.