I want to download and import a compressed csv file. Here are the steps I need to do: -
NOTE: -
Kindly advise.
Hello,
I've just checked there are a few plug-ins/enxtensions available on the forge that can support this, such as: Unzipper by Esrom Galang or GZip Compress/Decompress by Rul Mendes, try giving these a go.
I'd advise just searching "zip" instead of "Unzipper" to provoke more search results which may help in your use case.
Hope this helps,
Max
Hi Irfan,
To download a ZIP archive file from a URL, consume it as a REST method, like described here. This of course only works with a static base URL.
To uncompress the ZIP file, use the Platform's built-in ZIP functionality.
To import the CSV into a record list for further manipulation, use one of the available Forge assets.