cancel
Showing results for 
Search instead for 
Did you mean: 

How can i use search_replce function to remove the "" double codes in data services

0 Kudos

i have a value like ""sai,rajesh"" and i want to remove the double codes, so how can we do this with search_replace function in data services.

Accepted Solutions (1)

Accepted Solutions (1)

MarcusZwirner
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

just do it in the following way:

search_replace([], ['SR_STRING'], ['no'], [], [Query.INPUT_STRING], []) SET (
"internal_table" = '<?xml version="1.0" encoding="UTF-8"?>
<searchTable>
<entry>
<search>""</search>
<replace></replace>
</entry>
</searchTable>',
"run_as_separate_process"='no')

or in the function wizard:

Best regards
Marcus

0 Kudos

Hi Marcus,

Thanks for your reply.

I did the same, my problem has been resolved.

Thanks once again.

Answers (0)