I have a .cbz file and I want to extract it using the Decompress Node so I used Read/Write File node to rename the binary file but the Decompress Node doesn’t recognize it as a zip file so it won’t extract. How can I convert cbz to zip so it can extract?
Ok… apologies. I reconstructed what you were doing in my own workflow, but I missed one minor detail and that turned out to make the difference between the decompress step working or not.
Change the File Extension option on the Read/Write Files from Disk node from .zip to zip (no dot), and see if that gets it working. You will still have one JSON item with the archive file details in the output but there should be multiple, individual binary items file_0, file_1, etc.
IMO, it would be better if this caused an error instead of just silently doing nothing.