30-03-21 02:09 PM
Hi guys,
i've some problems with using the "extract regex values".
I need to extract only number inside my string values.
EX. --> 998,145lb $ i need to extract 998145.
I've found this pattern "\d+(\.\d{1,2})?" and i have 2 matches 998 and 145.
Is this pattern correct? I've tried with the test regex and the match is True but when i try to configure the extract regex values the collection is empty.
So, my goal is to extract this text from a collection field (inside a loop) and then re-insert the correct data inside my collection, which is the best method to do that?
Thanks in advance
30-03-21 05:13 PM
30-03-21 06:23 PM
30-03-21 08:52 PM
30-03-21 09:57 PM
30-03-21 10:18 PM
31-03-21 04:31 PM
31-03-21 05:00 PM
21-06-21 12:33 PM
22-06-21 07:28 PM
Hello Hao Wu,
Great initiative compiling the solution.
Made my life easy.