cancel
Showing results for 
Search instead for 
Did you mean: 

Replace all the Non printable special Characters in SAP HANA table

ch_venu
Explorer

Accepted Solutions (1)

Accepted Solutions (1)

Abhishek_Hazra
Active Contributor

Hi ch.venu,

You can use the following syntax

replace_regexpr('([^[:print:]]|[#%$|@!''?~"&^()*])' IN "<FIELD_NAME>" with '' OCCURRENCE ALL )

You can modify the [#%$|@!''?~"&^()*] section based on your requirements. For more detailed explanation refer to the following blog :

Removing invalid and non-printable characters in HANA based BW transformation.

Hope this information helps.

Best Regards,
Abhi

Abhishek_Hazra
Active Contributor
0 Kudos

Hello ch.venu,
Did the suggestions help you out? If not you are free to come back with the issue you are still getting. Else would you mind respect the community guidelines to accept the correct/helpful answer & close your question? I could see you have asked questions in past & neither have acknowledged the answers responded to you, nor closed them. Not kind.

Acceptance of the answers not only motivates other members to answer the questions, also help others to find others to find the solution searching for the similar answer.

Regards,
Abhi

Answers (1)

Answers (1)

mgregur
Active Contributor
0 Kudos