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

How to remove # special character in HCI-DS?

Former Member
0 Kudos
672

Hello,

How do we handle # - hatch special character in Product Description or Customer Description, while loading Product and Customer?

I know Gita had already provided the syntax for taking care of all other special characters, but looks like # is missing in that syntax.

Pl help.

Thanks,

Mangesh

Accepted Solutions (1)

Accepted Solutions (1)

virendrakumar_soni
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Mangesh,

you can simply use the replace_string function.

replace_string(Input_String,'#','')

you can replace the "Input_String" with the syntax Gita provided.

Answers (0)