I have a daily symput address path that I get from another team, the only changes to this path is the current day. For example the name of this path is ABC_202305150700 and the next day it's ABC_202305160700, and so on every day - so I can hardcode the input path as ABC_TODAYSDATE0700. However, the team that sends this file sometimes randomly changes the name to ABC_TODAYSDATE0701, and they don't know why this is happening. Is there a way I can read this file and omit the last 4 digits of the path.. so if the name randomly changes it doesn't affect my input path address name? Thank you
... View more