Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an URL which downloads the Zipfile.
Let me know which component to use to download the file to the specified location and unzip it and read the file and load it into table
Hi
You can try tFileFetch component to download a file from internet.
Regards
Shong
@Karuetl,if you have your zip file in FTP location,you cna use tFTPGet to get the file into local machine and you can use tFileUnarchive to unzip it and proceed with next.
Hi
You can try tFileFetch component to download a file from internet.
Regards
Shong