Skip to main content

Hi,


I Have a use case where i need to Extract transform and load the data from Google Cloud, need suggestions on how best this can be achieved.


Thanks,

Harshith

I guess the amount of data is huge. Last week I’ve uploaded 2 Excel files with ~50к records each, and tried different approaches. What I liked more - split into several CSVs, trying not to exceed 2 Mb. It’s possible to load 3 Mb and even more, but the load may ‘freeze’ and throw error at the end (despite records will be loaded succesfully).


Reply