Hello,
I have String data that looks like this:
"The user with id '52733' has started the attempt with id '4570814' for the quiz with course module id '2103511'."
I would need to extract all numbers in this string and put them into separate columns (one column for each number).
Is there a way to do this a bit more flexible then with the TextToColumns Feature?
Because the text is varying in length and sometimes includes only two IDs and sometimes four.
I tried REGEX_Match but I could only get it to give me the first number.
Help would be much appreciated!
Thank you in advance.
Best regards,