I need to allow end users to upload CSV / Excel files. The Starter Plan’s File Limit is 100 rows. That’s too small for our use cases. I know that I can create a plugin that reads a large csv file (e.g. 1000 rows), split it into smaller 100-row files, and then upload those smaller files one after another. 1T CSV Uploader plugin took that approach. According to them, the limit to 50 smaller files. Is that true?
Hi @beulahworks,
Where does it say that there’s a 50 file limit?
By starter plan Doyou mean the bubble free plan?
yes but limit on number of rows (200) is only on the free plan
Search for a parser plugin.
I meant the Starter plan, not the free plan. Even their more expensive plans allows very limited rows per csv files.
I can’t remember where I saw it, maybe in 1T CSV Uploader’s source code, or in another thread on the forum.