Hi,
I have the following dataset being read from directory tool:
| FullPath |
| \\This\is_a_test\so\please\help\me\or else ill be sad\Final_202210.del |
| \\This\is_a_test\so\please\help\me\or else ill be sad\Final_20221031.del |
| \\This\is_a_test\so\please\help\me\or else ill be sad\Final_202211.del |
how can I map the Final_202210 file to always be the 20221031 file?
When I use an if statement to convert it to 20221031 both files are still being read in the filter tool.
Not sure if a sample tool (select 1) would work here incase there are multiple dates in the filter
Please help!
expected output:
| \\This\is_a_test\so\please\help\me\or else ill be sad\Final_20221031.del |
| \\This\is_a_test\so\please\help\me\or else ill be sad\Final_202211.del |