Hi there, @anon71899553… you might have tried this already, but can you do a find and replace on the result of the regex to find a comma and replace it with nothing?
Hi there @mikeloc
Thanks for taking the time to help me out!
I had not thought of that…great idea.
Humm,.,how to do this?
I currently have the following
…but I am just not sure how to then do the find and replace (I think its a neat idea but)
Cheers Simon
You should be able to get the More… option at the end of the expression (you might have to click around a bit… try clicking directly on extract with Regex). After you click More…, select the :find & replace operator, enter a comma as the text to find, and don’t put anything in the replace by field.
I have the exact same issue, with a comma being added at the end of extracted string of text. The issue is, the text will often have commas within the text, so a search and replace will not work. Any other workarounds that I could try?