Skip to content

Commit

Permalink
Merge pull request #96 from WildMeOrg/goddesswarship-patch-2
Browse files Browse the repository at this point in the history
Update bulk-import-beta.md
  • Loading branch information
TanyaStere42 authored Nov 21, 2024
2 parents 01da8a6 + 4609f1d commit 5a3ddd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/bulk-import-beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ The following fields can be included when uploading an Encounter. Review the des
| Encounter.submitter0.affiliation | String | Joe's Safaris | Unconstrained string to list the submitter's organization. Values  from 0 to infinity are iterated until a sequence value is not found. **Does** **not save** **unless** **submitter0.emailAddress** **is also reported.** |
| Encounter.submitter0.emailAddress | String | [email protected] | Add the email address of the submitter. Values from 0 to infinity are iterated until a sequence value is not found. Links to the email address of a Wildbook account. |
| Encounter.submitter0.fullName | String | Joe Smith | Provide the full name of the submitter. Values from 0 to infinity are iterated until a sequence value is not found. **Does not save unless submitter0.emailAddress is also reported.** |
| Encounter.project0.projectIdPrefix | String | Cen20- | The prefix used when assigning project IDs to encounters. **These values are case-sensitive.** Values from 0 to infinity are iterated until a sequence value is not found, allowing you to put encounters into multiple projects. Required for imports into existing and new projects. |
| Encounter.project0.researchProjectName | String | Census 2020 | The project's name. **These** **values** **are** **case-sensitive.** Values from 0 to infinity are iterated until a sequence value is not found, allowing you to put encounters into multiple projects. Required for imports into both existing and new projects. |
| Encounter.project0.projectIdPrefix | String | Cen20- | The prefix used when assigning project IDs to encounters. **These values are case-sensitive.** Values from 0 to infinity are iterated until a sequence value is not found, allowing you to put encounters into multiple projects. Required for imports into existing and new projects. **Does not save unless Encounter.project0.researchProjectName is also reported.** |
| Encounter.project0.researchProjectName | String | Census 2020 | The project's name. **These** **values** **are** **case-sensitive.** Values from 0 to infinity are iterated until a sequence value is not found, allowing you to put encounters into multiple projects. Required for imports into both existing and new projects. **Does not save unless Encounter.project0.projectIdPrefix is also reported.** |
| Encounter.project0.ownerUsername | String | censusadmin | The username of the person who should manage the project. **These values are case-sensitive.** Required for imports into new projects only. To prevent caching or threading issues, associate the new owner with all encounters in the spreadsheet that are going into the new project. |
| Encounter.mediaAsset0.quality | String | An integer value 0 to 4. | Estimated quality of Encounter.mediaAsset0. Values from 0 to infinity are iterated until a sequence value is not found. |
| Encounter.sex | V_WString | male | Focus on values: "male", "female", and "unknown". |
Expand Down

0 comments on commit 5a3ddd5

Please sign in to comment.