Y
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
spreadr
1870 days ago
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.
link
xmpirate
1870 days ago
Or an ability to stream the data rows
link
spreadr
1870 days ago
If you configure chunk size = 1 then the data will be pushed one row at a time.
link