I’ve got a remote CSV that updates every few hours, it has 1m+ rows and I’m trying to work out if I can download the file line by line and parse it (I’m only interested in the first 500,000 lines) rather than have to download the whole file then process it.
Share
You could try something like this…