stevenS
Convex Community9mo ago
5 replies
steven

Object has too many fields when importing values with nested objects

I have a complex object structure defined as my schema, and one of the column values is a mapping from city names to numbers. Sometimes there are a lot in there so I end up exceeding the maximum number limit. any suggestions on how to work around this?

My immediate thought would be to JSON.stringify the complex columns and store as a string to deserialize on the client...
Was this page helpful?