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
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- Increase by operators
I see appwrite have bunch of useful operators for querieng db. One more I would like to suggest is operators like increase the count of a int columns by 1,2.. ...