Hello - I'm trying to parse these fields into 5 columns using RegEx, however, sometimes the data in column 5 is blank. The spacing between each field is not consistent as its a PDF converted to text.
| sdfrgh Doe, Jane Yes Sales Rep I Disney-Land |
| 123566 Smith, John No Consultant Disney-World,Disney-Land |
| 12dvs6 Smith, Jane Yes Sales Rep |
Desired Output
| sdfrgh | Doe, Jane | Yes | Sales Rep I | Disney-Land |
| 123566 | Smith, John | No | Consultant | Disney-World,Disney-Land |
| 12dvs6 | Smith, Jane | Yes | Sales Rep | |