I have documents with names like:
foo_baar_AB_01.ending
fOo_BaAr_BC_05.ending
FOo_baaR_BA_15.ending
And a Excel or CSV List with a ruleset to Rename the Files:
AB ; Data
BC ; Stuff
BA ; Other
My Task is to rename the Files. The Result should look like:
foo_baar_AB_01.Data.ending
fOo_BaAr_BC_05.Stuff.ending
FOo_baaR_BA_15.Other.ending
Is there a Solution to Integrate the Exel-Pattern-List in the batch file or do I have to integrate the Pattern-List in the batchfile? And what would be a Solution for this Problem?