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
- Migration and Function glitch
I am trying to migrate from non pro appwrite project to pro appwrite project all my data but it's stuck in processing.
- Unable to signup to appwrite cloud
When attempting to create an online cloud account on appwrite.io, I get the following message : "This email address must already be in its canonical form. Pleas...
- Email address must be in its canonical f...
Hello, Recently I was trying to signup with my GitHub account with appwrite account for availing the student benifits but while trying to signup I saw such erro...