Hello
I have a simple piece of text that I need to extract numbers from. In (pic1) you can see it extracts the number (148.71) and inserts to new column, which is perfect and what I need it to do. However I will now need to do this same extract for 8 more columns and don't want to use regex tool x8 if I can help it.
I tried to enter the same regex using the formula tool (pic2) and do a regex_match. The 'data preview' shows a '0' I thought using match would check and return if true.
Is there a way to use formula tool?, bearing in mind I need to do this same regex on 8 more columns.
Thanks