update-epicollect-entries

Add data to an existing Epicollect5 project

Exports data to an Epicollect5 project.

Arguments

Inputs:

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.

Output:

data: A datatable with a new status column added.

Example

Last updated