Having some troubles importing a CSV.
CSV header mismatch. Missing attribute: 'name' | Unexpected attribute: 'name'
CSV data:
name,category,venue
Sock Creatures,Creative Corner,VVqBAy8JEYQx
After turning to python to create a script - It helped me see the error. It may be worth making the error a little more useful there as it confused me without digging into it more.
scottrobinson@Mac csvimport % uv run python3 main.py ❌ Error inserting row: {'\ufeffname': 'Sock Creatures', 'category': 'Creative Corner', 'venue': 'VVqBAy8JEYQx'}
Recommended threads
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...
- New Build not visible on Domain
I pushed some new code to my Appwrite Site and the build succeeded and is shown as active. Yet, I can only see the new version of the site on Appwrite's provide...
- DNS bug
Hello, we found bug at the Appwrite Cloud Domains, when changing **only ** the Comment of CNAME, we get error DNS record already exists. Some DNS types do not ...