-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Open
Labels
product / consoleConsole, UI and UX issuesConsole, UI and UX issuesproduct / storageFixes and upgrades for the Appwrite Storage.Fixes and upgrades for the Appwrite Storage.
Description
👟 Reproduction steps
The page https://appwrite.io/docs/products/databases/csv-imports says "You can optionally include the $id column to define custom row IDs. If not provided, Appwrite will generate unique IDs for each row automatically."
So I upload a CSV file with this header:
$id,name,category,description,isActive
The CSV succesfully imports and all the data is correct except the ID field is randomly generated instead of using the $id field.
👍 Expected behavior
Including a $id column in the CSV should create documents in the table with those IDs.
👎 Actual Behavior
The $id field was ignored.
🎲 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 / storageFixes and upgrades for the Appwrite Storage.Fixes and upgrades for the Appwrite Storage.