I have a data set that includes headers formatted like this
WE 10/ 24/ 2020 | WE 10/ 17/ 2020 | WE 10/ 10/ 2020 | WE 10/ 03/ 2020 | Sep 2020 | Aug 2020 | Jul 2020 | Jun 2020 | May 2020 |
I have two issues keeping me from outputting this to a table in an Access Database:
1. Carriage return. I have this fixed with a regex formula in a multi field formula tool
2. the / character in the date fields. how do i replace this with a dash? i tired find and replace but the tool would not display the fields above that had the / symbol.