cancel
Showing results for 
Search instead for 
Did you mean: 

Remove the Space and special Charectors

Former Member
0 Kudos

Hi

I am working on Proxy to SOAP scenario in PI 7.1 Version, I am receiveing Policy no as WC10-0000999 and I need to remove the special charector - and spaces in WC10-0000999, and map the value to the target field,

Please let me know how can I acive this

Thanks

PR

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks a lot

PR

Former Member
0 Kudos

Hi...

Do the mapping as specified below .

PolicyNumber -->

Constant(-) --> ReplaceString --> Target Field

Constant( ) -->

Regards,

Leela

Former Member
0 Kudos

Hi,

Check this

http://img31.imageshack.us/img31/6107/mappp.jpg

Regards

Edited by: Vamsi Krishna on Jun 16, 2009 10:22 PM

Former Member
0 Kudos

Hey

You can use replaceString function.

Thanks

Aamir

Former Member
0 Kudos

Can you please let me know how can I map it

Thanks

PR

Former Member
0 Kudos

Hey

Follow the logic as given by Vamsi.

Only thing is that you need to use replaceString twice.first you need to replace - (you have the logic in Vamsi's reply),then apply the same logic to replace blank.

Thanks

Aamir