Hello all,
I am trying to do some file name validations and I need some help in parsing out just the filename and the date.

I essentially need the output to be as follows:
| File Name | Date |
| AL | 01312017 |
| BAR | 01312017 |
| BR | 01312017 |
| BRT | 01312017 |
| HDR | 01312017 |
| Test | 01312017 |
| TL | 01312017 |
| TT | 01312017 |
Text-to-Column would typically work using "_" as the delimiter, but this can cause issues if the user inputs the file name wrongfully (i.e. misses an "_" or inputs "__").
Any assistance would be appreciated!
Thanks