Hi,
I have a bunch of zip files, all having a unique name, from one of our vendors. These zip files all contain files with always the same filename structure, eg "file0001.log", "file0002.log etc. So when I unzip the 2nd and 3rd etc zip files the logfiles in those zipfiles then overwrite the logfiles from the first zip file.
Is there a way, like in windows explorer, to have the unzip node add for duplicate files eg a (2), (3) etc into the file name?
Is there a way by adding other nodes in that loop to unzip 1 zipfile, run a node to rename all created logfiles to eg "file0001_(1).log", or add the name of the originating zip file into the name of the extracted log files?
Thansk, Simon