Hello,
i have the following configuration in the file receiver adapter:
Directory: /tmp/
File Name Scheme: %name%.txt
Variable substitution:
Variable Name: name Reference: payload: record,1,name,1
Run Operating system command:
/usr/bin/zip /tmp/%f.zip %F
The execution is succesful, but i have a small problem. The file name is "file.txt.zip", the .txt should appear but i dont know how to skip it, I have tried so many ways but it doesnt work, I should receive a file called "file.zip" With a file inside in txt format...
Thanks,
Luis