[Closed] An error occurred while seeding data.The JSON value could not be
- 0
- Self Hosted
- Tools
- Databases

when submiting data from .NET int variable to interger in appwrite

[Error] An error occurred while seeding data.The JSON value could not be converted to System.Int32. Path: $[4].NumberOfVillage | LineNumber: 67 | BytePositionInLine: 34.

it can't parse int?

what are you passing?

"Code": "1",
"NameEN": "Meanchey",
"Type": "Province",
"NumberOfDistrict": 2,
"NumberOfVillage": 7,
},```

this is sample json,

is this what it's actually failing on? And is it failing before or after the API call?

should be before

I found issue, there is "NumberOfVillage": "1,010",

[Closed] An error occurred while seeding data.The JSON value could not be
Recommended threads
- My collection is not updating after csv ...
- Properly contained appwrite main app can...
Hello! We tried to reinstall our main self-hosted appwrite with a new method but the main app 2 mins after launch throw this error: ```2025/06/22 16:16:14 s...
- How do I format an array in a CSV file t...
I want to import a CSV file to create a document on it on the AppWrite website. I have an attribute "name" of type String and "ingredients" which is of type St...
