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: 
Anonymous
Not applicable

Remove Special Characters

Dear all,
I have an Excel file through which data for Column: Currency(String Data type) is coming like "0.12345"
now I want to put this value in Big decimal column : Main_Currency with value as 0.12345
Issue : I am unable to remove " " from "0.12345" .
Please suggest i to remove this special characters from this data.
I used => .replaceAll("","") but this removing my all decimal i.e. out put = 12345 and this removes "0." so this data is wrong.
Please guide me.
Thanks in advance.
Regards
RSH
Labels (2)
2 Replies
Anonymous
Not applicable
Author

My understanding is that the problem you are asking for help with is removing leading and trailing quotes from a string. If so, you may try:
TalendString.talendTrim("\"0.12345\"",'"',0)
If that is not the problem you are having can you clarify?
Anonymous
Not applicable
Author

Dear Mike,
Thanks for your help as well as your time. Yes, your code helping me to get desired output.
Thanks again for your efforts. 0683p000009MACn.png
Regards
RSH