Hi Team,
We are generating 2 different files using data extraction activity.Data extraction 1 will create test_1.csvData extraction 2 will create test_2.txt
We need to club this test_1.csv and test_2.txt file as a single zip file 'myProject.zip' and need to send to SFTP.
Kindly help us to a...