-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Open
Labels
product / consoleConsole, UI and UX issuesConsole, UI and UX issuesproduct / databasesFixes and upgrades for the Appwrite Database.Fixes and upgrades for the Appwrite Database.product / storageFixes and upgrades for the Appwrite Storage.Fixes and upgrades for the Appwrite Storage.
Description
👟 Reproduction steps
- Inside Databases, create a table with a
Point
column with the column namelocation
. - Create a CSV file with a point value. For example:
$id,location
testID,"[10,10]"
- Use the
Import CSV
button in your console to upload your CSV file to the database.
👍 Expected behavior
A new row should appear with the provided data.
👎 Actual Behavior
It shows an error: “Invalid document structure: Attribute “location” has invalid type. Value must be a valid point:”
🎲 Appwrite version
Appwrite Cloud
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
product / consoleConsole, UI and UX issuesConsole, UI and UX issuesproduct / databasesFixes and upgrades for the Appwrite Database.Fixes and upgrades for the Appwrite Database.product / storageFixes and upgrades for the Appwrite Storage.Fixes and upgrades for the Appwrite Storage.