cancel
Showing results for 
Search instead for 
Did you mean: 

Remove Double Quotes from a sting

Marcelvan_der_M
Level 2
Hi,
How can I remove double  quotes from a sting?

"Hello World" should just be Hello World  

Thank you.

------------------------------
Marcel van der Merwe
------------------------------
1 BEST ANSWER

Best Answers

AndrzejFidos
Level 4
Hi, 

you can use the formula on the screenshot.
Create Data Item f.ex. [Hello World] with string stored "Hello World". 
Create Calculation stage with:   Replace([Hello World], """", "") as EXPRESSION 

------------------------------
Andrzej Fidos
------------------------------

View answer in original post

3 REPLIES 3

AndrzejFidos
Level 4
Hi, 

you can use the formula on the screenshot.
Create Data Item f.ex. [Hello World] with string stored "Hello World". 
Create Calculation stage with:   Replace([Hello World], """", "") as EXPRESSION 

------------------------------
Andrzej Fidos
------------------------------

Works like a charm, 
Thank you Andrzej.

------------------------------
Marcel van der Merwe
------------------------------

loganathans
Level 3
if limited rows you can do it in calculation stage.

but if collection values is more eg 1000+ you can use internal VBO object (Utility - Collection Manipulation)

you can Action replace text in the field.

------------------------------
loganathan s
IT Developer
DXC
Asia/Kolkata
------------------------------