Hi guys,
I need to read and process data from a csv file that is contained inside of a GZIP file that I need to download daily from the url: https://github.com/marcuswac/covid-br-data/raw/master/covid-br-ms-complete.csv.gz
I don't need to save the zip file, I don't need to save the csv file. I just need to extract the data inside of that file and use it within a workflow.
Is there a simple way to incorporate the Download Tool with something to Extract+Parse data from this link into a flow??
I can not figure this out!
Please help!