Hi there....
i have an example of messy data where i need to be able to extract the Order IDs from the Order ID Column
The Order ID columns have other data info in them so i looking for clean way to use regex to extract the order ids for each row
Sometimes there will be more than one order id for each row.....eg row 1 has 2 order ids and row 2 has 3 order ids..etc..
Can you help?
