Closed dblythy closed 1 year ago
It's currently only possible to export 10,000 rows, and only as a CSV
Closes: #1961
Uses Parse.Query.eachBatch to paginate over full class and exports as files when:
Parse.Query.eachBatch
eachBatch
How's this look?
Thanks for your help!
🎉 This change has been released in version 5.1.0-alpha.5
🎉 This change has been released in version 5.1.0-beta.2
🎉 This change has been released in version 5.1.0
New Pull Request Checklist
Issue Description
It's currently only possible to export 10,000 rows, and only as a CSV
Closes: #1961
Approach
Uses
Parse.Query.eachBatch
to paginate over full class and exports as files when:eachBatch
has finished)TODOs before merging