Hi everyone! I'm very new to using RegEx and cannot seem to figure out how to accomplish the following with these file names from the Directory tool:
- Only looking to pull in the .csv files with the naming convention of CPSC_Contract_Info_YYYY_MM.csv or CPSC_Enrollment_Info_YYYY_MM.csv (don't need any that are labeled as "old", etc.)
- Want to change the underscore in between YYYY_MM to a hash mark (YYYY-MM)
- Isolate YYYY-MM in its own column
Any assistance would be greatly appreciated. Thanks!