Upload large CSV? in self hosted

How to upload large CSV files to the Nocodb…
My files are of the size 150MB each…
Currently the system is saying its limited by 5MB.

1 Like

Hi Mo,
Did you find a solution to this? I’m having the same problem.

Thanks

@coderjos You will have to break your CSV into chunks & iteratively upload. Easier that way. What is size of your CSV? what is your usecase?

just testing out the functionality and limitations of nocodb.
I’m testing with 100K customer records and higher.

why is there a limitation on the self hosted version and are there any other ways to import other than breaking up the file to smaller sizes. seems like a lot of effort

We had plans to introduce an environment variable on the self hosted version to control this. Will discuss with the Engineering team & keep you posted on this.

Please update, is the feature available?

1 Like

i just ran into same problem with a localhost install, trying to import a 200mb sheet. maybe there is a workaround where we can turn the sheet into a sqlite db, and then connect that?