I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type String[]. When creating a CSV file, it look like the following:
name, ingredients Pasta, ["flour", "tomatoes"] Cake,["sugar", "flour"]
But when I upload the CSV file, I receive the error message, that the attribute "ingredients" must of type Array.
To solve this I tried many formats like
- ["A", "B"]
- "["A", "B"]"
- "[A, B]"
- "['A', 'B']"
- [A, B]
None of these formats seemed to work.
How do I format the array correctly?
Recommended threads
- Bulk operations on tables with relations
Hi, if I try to perform a bulk delete on a table with relations, I get this: `289 | if (((_b = response.headers.get("content-type")) == null ? void 0 : _...
- AppwriteException: CERTIFICATE_VERIFY_F...
getting this error while using Cloud : "Session invalid during cache load, clearing cached data: AppwriteException: , HandshakeException: Handshake error in cl...
- Console not loading - ERR_NAME_NOT_RESOL...
Hi everyone/team, is anyone else experiencing DNS issues accessing the Appwrite Console? I cannot load my project dashboard. My browser console is returning: Fa...