Hacker News new | ask | show | jobs
by xmpirate 1870 days ago
It would be nice to have the ability to send data to API in batches instead of sending all data in bulk. This is really helpful when sending huge csv/excel files.
2 comments

Thanks for writing. We do have that option. You can even configure the chunk size that defines the number of rows to be pushed in each POST request.
Or an ability to stream the data rows
If you configure chunk size = 1 then the data will be pushed one row at a time.