Corbi-Wan KenobiC
Convex Community13mo ago
2 replies
Corbi-Wan Kenobi

Working on importing/migrating from another database

I'm just starting to experiment with migrating data over from Postgres. I see that "each row's entries are interpreted either as a (floating point) number or a string." Got it. However, when I do the import (csv), every value ends up in convex with quotation marks around it. This is messing up my boolean fields. How can I find/replace/update all rows/fields where I have a boolean so that it removes the quotation marks?
Was this page helpful?