update-epicollect-entries
Add data to an existing Epicollect5 project
Last updated
Add data to an existing Epicollect5 project
Last updated
Exports data to an Epicollect5 project.
url
: The valid Epicollect5 project URL (e.g. https://five.epicollect.net/project/ec5-demo-project).
client id
: The Epicollect5 Client ID.
client secret
: The Epicollect5 Client Secret.
data
: The datatable containing entries to be imported to the project.
entry id column
: The name of the column in data
which holds the IDs of the entries.
If unspecified, defaults to "ec5_uuid"
.
form index
: The index of the Epicollect form. If unspecified, defaults to 0
.
data
: A datatable with a new status
column added.