cancel
Showing results for 
Search instead for 
Did you mean: 

how to handle the Comma in string

Former Member
0 Kudos

Hi All,

I have one req in which I am getting the like this

<TEXT>El rol permite tratar (visualizar, modificar, activar, desactivar) los</TEXT>

at receiver side my file is getting created in .CSV file.

in in Coloum the for TEXT is coming like this

col1 col2 col3

El rol permite tratar (visualizar modificar activar

according to the req the hole value should come under one coloum...

col1

El rol permite tratar (visualizarmodificaactivar

Plz suggets

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

resolved

former_member200962
Active Contributor
0 Kudos

In the mapping program make use of the standard function replaceString and remove the comma & adjoining space from the payload....the output will then look as you need.

Former Member
0 Kudos

thanks abhishek,

it worked