
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
- JSON and Object Support in Collection do...
I am working with Next.Js and Appwrite Cloud, I am relatively New to Appwrite but i have noticed there is no direct support of JSON and Object support in attrib...
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- There is ui Problem in the Display name
in Display name i have selected buy mistake but when its update that time document get blank and also when i remove at that time also not removing and data is s...
