Hello
Is it possible to remove quote symbol from a string?
I have tried with replace nodes and split nodes, but I cant search for the quote symbol.
Hello
Is it possible to remove quote symbol from a string?
I have tried with replace nodes and split nodes, but I cant search for the quote symbol.
@Kulkul I think that is not the question? The question is how to remove the quotes (") from a string, not spliting.
@Simon_Fiele1 If the quotes are always the last character, you could try this…

@Lazy_BIM It does exactly the same. String.Split Removes ("). See below for some couple of options using OOTB node and python. @Simon_Fiele1 @erfajo
Using OOTB nodes.
Using Python
Thank you all
Could be done easy with the split node.
My bad was, that I used a codeblock instead of string node