i have a API which is supposed to give me a zip file , which contains a CSV file within... my main task is to upload this to GCS
now, the simple approach we could take is
- Download zip
- extract CSV and save it locally somewhere
- Send that locally save CSV to GCS
My question here is , is there any way using which I can bypass the 2nd step, like I dont want to save the extracted CSV locally...instead I want to pass it directly to the GCS