Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
tlwilli2020
Contributor II
Contributor II

Replace String

Here is my situation. We are getting data pushed into a Snowflake staging database from a 3rd party vendor (column stored as a string). It seems to have replaced the special characters such as & and apostrophes with their numerical equivalent:

For example:

ABC's Market --> ABC

's Market

A & B Sales --> A & B Sales

Is there any built-in Talend component that will convert these for me? Or is the only real option to write some code to replace them. Appreciate the guidance.

Thanks

Labels (3)
1 Solution

Accepted Solutions
tlwilli2020
Contributor II
Contributor II
Author

Shong --

 

Thank you. I believe using the tReplacementList option will definitely work. See attached screenshot.

View solution in original post

2 Replies
Anonymous
Not applicable

Hi

Take a look at the tReplace component which you can configure the search/replace expression. Let me know if it meets your need.

 

Regards

Shong

tlwilli2020
Contributor II
Contributor II
Author

Shong --

 

Thank you. I believe using the tReplacementList option will definitely work. See attached screenshot.