Hacker News new | past | comments | ask | show | jobs | submit login

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.



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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: