
When I try to import a csv file to an already existing database, I keep getting "Document Already Exists"
I thought that when I import and a document with the same ID already exists, it would update the document with the new information

All my attributes match the database attributes. Are they supposed to be in the same order or something?

I thought that when I import and a document with the same ID already exists, it would update the document with the new information I've never personally tried this feature, but I'd be surprised if that were the case

See I was able to do it before but now I cant for some reason
Recommended threads
- Getting Error On self host SSL update
Hi, I am using app write for my app backend version i am using is 1.6.2 yesterday my ssl is expired and now i am not able to renew it because of it my app is no...
- Database not found
Even though I can clearly access and update fields in my DB through the console, when my updating through the Android SDK it throws this error { "message": ...
- Cannot load nested relationships
When trying to load a nested relationship using the below query I get this error: ```Invalid query: Attribute not found in schema: *``` ```dart try { fina...
