How to enter a ZIP file password in KNIME software

Hello friends
I have a lot of ZIP files that I want to extract through KNIME, but I have a problem and that is that some of these files have passwords that I have to enter manually! Now I want to enter their passwords through KNIME through my password list and then my loop continues

Try the External Tool (Labs) node with the following command line. (WinRAR.)

"C:\Program Files\WinRAR\WinRAR.exe" x -pMySecretPassword my_archive.rar "C:\Extraction\Path\"

WinZip

WZUNZIP.EXE filename.zip destination_folder -s"yourpassword"
1 Like