In split string activity how to give " as separator

hi ,

can any one provide me how to give the " (double quote) as a separator in split string activity.
thanks in advance

regards,
kavya.

1 Like

Please use two double quotes instead of one.

Regards,
Karthik Byggari

2 Likes

You can simple mention as

string = str.split(’ " ')

1 Like

hi karthik,

thankq so much its working fine.

Regards,
kavya.

2 Likes

can you please mark my previous post as solution. Thank you.

Regards,
Karthik

1 Like

I’m trying it but it don’t works for me, I don’t know what I’m doing wrong:

image

The error is: "Option Strict On disallows implicit conversion from ‘String’ to ‘Char’ :worried:

It worked in my replace activity. I’m not sure wat I was doing wrong in the spli but this is ok now for me, I have the searched result:

image

Result: :grin: :clap:

1 Like