Hello, having trouble using the regex tool to parse this data. With the below data how can I make it parse to look in the table below? Thanks!
Column 1 Column 2
0 | 180 |
5 | 20 |
5 | 20 |
5 | 20 |
20 | 30 |
20 | 30 |
20 | 30 |
20 | 30 |
20 | 30 |
Solved! Go to Solution.
Probably should have used more examples. "-" is not always the separator. Could also be "to" or just a space or anything else. Basically look for a regex to say give me the first number and second number in separate column and ignore all all other letter/punctuation/white spaces.