F
fishy
I have several files that I import every day but I have to manually rename
them by removing the date/time stamp from the name i.e.
ICM_AMS_MS_Call_Stats_01011901000000.csv
has to become ICM_AMS_MS_Call_Stats.csv due to my import script.
These are saved to the same filepath every day so I need some function that
will rename the files to trim the datestamp before I call the import.
Any help would be appreciated
them by removing the date/time stamp from the name i.e.
ICM_AMS_MS_Call_Stats_01011901000000.csv
has to become ICM_AMS_MS_Call_Stats.csv due to my import script.
These are saved to the same filepath every day so I need some function that
will rename the files to trim the datestamp before I call the import.
Any help would be appreciated