Hello,
I would like to enter the following text in a column, for example
“Universal Praez. Machine shoe
UMS6-KDSA (pat.)
*with screw compensation *
without vibration isolation,
support surface x total height
L x W x H: 110 x 110 x 65 mm.
F max = 60.000 N
*F max = Fvsp + Fg *
Adjustment range +5/-4 mm
Note: text text!”
keep only the string “Adjustment range +5/-4 mm”, everything else should be removed. The two numbers “5” and “4” can vary, but remain numbers without decimal places.
I have already tried with the String Replacer node and StringManipulation.
regexReplace($column with range$, “.(range \+ \d+ / - \d+ mm).|.*”, “$1”)
But all without much success.
What is wrong and what can i do to solve it.
Greetings