8000 Importing a CSV file with $id does not define custom row IDs · Issue #10588 · appwrite/appwrite · GitHub
[go: up one dir, main page]

Skip to content

Importing a CSV file with $id does not define custom row IDs #10588

@cogney

Description

@cogney

👟 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    product / consoleConsole, UI and UX issuesproduct / storageFixes and upgrades for the Appwrite Storage.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0