Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: james.brutyHi,
I have a large string of text (c.32,000 characters), using regular expression, I would like to extract specific data from within the text into its own column - for example, I need to retrieve a date from the following sample text:
Update Notes.
The most recent update is listed first.
Note Date =30/04/2018 16:20:15
PLN01.02 B END
I know what regular expression syntax is required, however I need to know how to get the date (and other data) out into it's own field.
I hope this makes sense!
Thanks
James