cancel
Showing results for 
Search instead for 
Did you mean: 

How does ConvertCRLFfromToLF module work ?

former_member414825
Discoverer
0 Kudos

We have a requirement where we're supposed to add a LF at the end of the XML payload.

Can it be achieved using this module or an Adapter module needs to be created for it ?

Appreciate inputs.

Accepted Solutions (0)

Answers (1)

Answers (1)

Snavi
Active Participant
0 Kudos

If your requirement is only to add the LF after the xml payload, it can be achieved by simple xsl <text> tag after the payload

add the below xsl mapping after the message mapping in your operation mapping

after you test the operation mapping, the output will have additional LF after the xml payload, see the highlighted part in the screenshot.