Hi,
I have multiple files with structures (File_YYYY-MM-DD). I want to merge all file the same YYYY-MM-DD into one file. Example: File1_2018-07-01; File2_2018-07-01 merge into File_2018-07-01.
And other files make the same.
How to the way to make it? Can be use Stringrepacer function? Thank you