- What is your feature/integration request? A way to split rows by steps e.g. split in 4, split every 10,000 rows etc etc
- What problem would this feature/integration solve? Processing and exporting large data sets
- How do you solve/workaround this problem today? Large number of limit row nodes
Dealing with the same issue but maxing out on the sends into Shopify… they only allow 5k rows… So I had to set up multiple inventory feeds…
Also dealing with this. We have to process a CSV with 7k rows through Enrich with API, but due to the API and Parabola flow timeouts I had to break the file down into separate 500 row files. Would be nice to have some solution