First of all, nice module.
But i have a issue, i need to export a csv file for a api , the api calls the the views url directly,
Every think worked perfectly until the data got bigger and now it throws memory limit exception,
I know there is the export with batch option but this can't help, cuz the api cant access it,
It will be really useful if there where a hidden batch operation option, something like run the batch in backend, write the result in a file and after it has finished return the file.

Comments

ibraaheem’s picture

Issue summary: View changes

I also have this need. I need to pass a huge csv file to a BI system periodically.

geek-merlin’s picture