Rank 3: Container
when submiting data from .NET int variable to interger in appwrite
Votes
0
Replies
9
Participants
Unknown
Messages
10
Rank 3: Container
when submiting data from .NET int variable to interger in appwrite
Rank 3: Container
[Error] An error occurred while seeding data.The JSON value could not be converted to System.Int32. Path: $[4].NumberOfVillage | LineNumber: 67 | BytePositionInLine: 34.
Rank 3: Container
it can't parse int?
what are you passing?
Rank 3: Container
"Code": "1", "NameEN": "Meanchey", "Type": "Province", "NumberOfDistrict": 2, "NumberOfVillage": 7, },```Rank 3: Container
this is sample json,
is this what it's actually failing on? And is it failing before or after the API call?
Rank 3: Container
should be before
Rank 3: Container
I found issue, there is "NumberOfVillage": "1,010",
Rank 3: Container
[Closed] An error occurred while seeding data.The JSON value could not be