Parabola allows you to assign a batch number to each row using the Add row numbers step, and then filter and export those batches individually.Documentation Index
Fetch the complete documentation index at: https://parabola.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Basic Setup (manual splitting)
Steps:Assign batch numbers
- Add an Add row numbers step.
- Set it to repeat each number 20,000 times.
- This will tag rows 1–20,000 with 1, 20,001–40,000 with 2, and so on.
Advanced Setup (automated batch export)
To automate this over time, especially for files received regularly: Steps:In each run:
- Pull the large file and assign batch numbers as above.
- Use a Find overlap step to match rows with the next batch number.
- Export the batch using a Generate CSV file step.
- Update the batch tracker in the Parabola table to increment the number.