We don’t seem to having any luck importing a simple .csv file. The import function acts like it’s working but no data imports or is shown in the collection
The sample data is from the Appwrite documentation
$id,title,author,year,available f3k91x8b2q,Harry Potter and the Sorcerer's Stone,J.K. Rowling,1997,true mz7lq3dp5c,The Fellowship of the Ring,J.R.R. Tolkien,1954,true x0v4p8ncq2,To Kill a Mockingbird,Harper Lee,1960,false
and 5 attributes were set up
id: string title: string author: string year: string available: bool
The settings in Permissions were changed: Role of Any to CRUD all checkmarked.
Collection ID is 68656be40004ea51ac48
Upon using the Import CSV and selecting a the above csv document from the bucket, we see the message
"Documents import from csv has started"
and then it disappears after a moment with no other activity.
Are we missing a setting?
Recommended threads
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...