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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Difference between EReplace and CHANGE in talend String Handling

Hi All,
Can anybody explain what is exact difference between EReplace and CHANGE routines under String Handling ?
I'm little confuse while using it.
StringHandling.CHANGE("Hello ABC","Hello","bye") => bye ABC
StringHandling.EREPLACE("Hello ABC","Hello","bye") => bye ABC
Any help....?
Regards,
Vishal
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,
There is no difference between EReplace and CHANGE in talend String Handling. We think it is a duplicated issue. Our colleagues from test team have reported a bug for it https://jira.talendforge.org/browse/TDI-24223.
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III

StringHandling.EREPLACE(row1.CODE_ENREGISTREMENT,"21","Présentation");
StringHandling.EREPLACE(row1.CODE_ENREGISTREMENT,"22","Rejet") 
any help please this code replace only when "21"  but not for "22" ...