Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2801

Re: UDF is not working properly in PI ( Message mapping )

$
0
0

Hi Sukanya,

 

You are splitting the string by using semi colon but your input string (109,129,265,101A,461,475,013,022,023,024) does not contain semi colon

String CC[] = s3.split(";");

So you can use comma instead of semi colon.

String CC[] = s3.split(",");

Regards,

Praveen.


Viewing all articles
Browse latest Browse all 2801

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>