Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?
Self-hosted
If you are self-hosting, what version of Baserow are you running?
Baserow version: 1.30.1
If you are self-hosting, which installation method do you use to run Baserow?
Cloudron (Docker)
What are the exact steps to reproduce this issue?
Hello, everyone!
I’m facing the following issue while trying to import a spreadsheet into my self-hosted Baserow database:
Error:
“Something went wrong during the file import - ERROR_MAX_FIELD_COUNT_EXCEEDED”
My spreadsheet contains 700 columns, and this error appears during the upload:
“ERROR_MAX_FIELD_COUNT_EXCEEDED”
I’d like to know:
Is there a limitation in Baserow (Self-host ) )regarding the number of columns a table can have?
If so, is there any way to adjust or work around this limitation?
Thank you in advance for your help, and I look forward to your guidance!
Attach screenshots, videos, or logs that demonstrate the issue.
Yes there is a limit and for a good reason. PostgreSQL database has also a limit on the number of fields and certain Baserow operations and features create additional fields. So even if you increase the limit, unless you know what you are doing, you might face a limit imposed by Postgres later on.
I recommend rethinking your table and stay within the limit if possible.