cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delimiter in String to XML Parser

Former Member
0 Likes
427

Hi

In 12.2 I was able to use the pipe character as a delimeter in the String List to XML Parser action block, but it doesn't work in 15 (SP4).

How can I get it to work?

View Entire Topic
swaroop_anasane
Active Contributor
0 Likes

Hi Nick,

Migrating a project to higher version is not that straight forward. So not everything would work as it is, you will have to modify stuffs a bit. I remember reading somewhere that pipeline character is not readily supported in all action blocks as it has other meaning too.

I would suggest map your input as stringreplace(string, searchText, replacetext) and then provide delimiter as "replacetext". It would work.

Best Regards,

Swaroop