Skip to content

Commit 952d92a

Browse files
committed
chore: add sample csv template table
1 parent 400ffb6 commit 952d92a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/en/3-guides/3.3-how-to-upload-data.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,9 @@ Open Data Capture allows you to visualize numeric measures over time in a single
7070
</Steps>
7171

7272
### Sample CSV Data
73+
74+
This section will present how to properly fill in a template csv from the upload feature. Say we download the following csv template that looks like this below.
75+
76+
| subjectID | date | stringQuestion | setQuestion | optionalQuestion | recordArrayQuestion |
77+
| :-------- | :--------- | :------------- | :-------------- | :--------------- | :--------------------------------------------------- |
78+
| string | yyyy-mm-dd | yes/no | SET(A/B/C, ...) | A/B (optional) | RECORD_ARRAY(testString: A/B/C, testNumber: number;) |

0 commit comments

Comments
 (0)