I have a column in a dataset of production data. The column is formatted as follows:
Production |
---|
Cherry Tomato 12x1pt - Packed |
Beefsteak 15 LB - Restack |
Mini Sweet Peppers 14x4 FM - Packed |
I'm wondering if there is a way to pull the "12x1pt" "15 LB" and "14x4 FM" into a column for "Size". Given the varying amount of white space, it isn't an easy task through the 'Split Column' plate in the ETL. I feel like this may require RegEx of which I have no experience with.
Thank you in advance.