Skip to main content

Incorrect date format

Comments

1 comment

  • David Paras

    According to our understanding you are not able to get the desired output value ="08/11/1984" in the target csv file. So to get the desired output try applying the below concat function in the data mapper:

    concat(' = ' , concat(' " ', $Input_Source_Schema/Root/Record/FieldName), ' " ' ).

    0

Post is closed for comments.