Skip to main content

Remove special character from a string

Comments

1 comment

  • David Paras

    this can be achieved using the string translate( ) function inside the data mapping.

    For example:

    translate( $Input_SourceSchema/input_Source/Record/Field1,' ; ' ,' ')

    For more information please refer the Developer Guide( Data Transformation> Using Mapping Functions) and the below link:

    http://support.adeptia.com/entries/21270723-Using-Translation-function

    0

Post is closed for comments.