CSV / Excel File Upload Limit

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?

I think they mean the Starter Plan (there’s a plan named Starter Plan):

1 Like

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.

So I was uploading thousands of records using the bulk data api from my CSV ‘upload’
I had to use a data parser plugin to create objects to send to the api endpoint

For more context you can watch this video…

1 Like