Hello,
I have a weekly file transfer from sFTP site. These files are JSONL format and are encrypted. I am trying to automate the transfer and decryption for these files at the same time.
I would like my workflow to grab last week’s files from sFTP site, decrypt them, divide them to the appropriate existing folders (by topic such as expense, customers, etc) and create subfolders by date within each folder.
I already created some processes but it is not cohesive.
I am not able to transfer the files to subfolders, I cannot decrypt them all at the same time (the loop hasn’t been working).
I also need to be able to automate and run this whole process in Knime but it gave me errors.
Can anyone help me with this?