Files
appwrite/tests/resources/json/documents-duplicates.json
T
Prem Palanisamy bd6b90e8ca Add E2E tests for CSV/JSON import overwrite and skip options
- Add testCSVImportOverwriteAndSkip and testJSONImportOverwriteAndSkip
- Test mutual exclusion validation (overwrite+skip returns 400)
- Test skip: duplicates silently skipped, originals unchanged
- Test overwrite: existing rows updated with new data
- Point database and migration deps to csv-import-upsert branches
2026-04-08 08:12:33 +01:00

23 lines
405 B
JSON

[
{
"$id": "hxfcwpcas5xokpwe",
"name": "Updated Diamond",
"age": 30
},
{
"$id": "gw8nxwf6esn3tfwf",
"name": "Updated Michael",
"age": 25
},
{
"$id": "newdoc001abcdefg",
"name": "New Person One",
"age": 40
},
{
"$id": "newdoc002abcdefg",
"name": "New Person Two",
"age": 35
}
]