You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/3-guides/3.3-how-to-upload-data.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,25 +80,25 @@ This section will present how to properly fill in a template csv from the upload
80
80
81
81
<br>
82
82
83
-
Starting with the first column we have **subjectID**, which is a string value contain the identification of the subject taking part in the instrument. This field is required.
83
+
Starting with the first column we have **subjectID**, which is a string value containing the identification of the subject taking part in the instrument. This field is required.
84
84
85
85
The second column contains the date of which in instrument was done by the subject, which follows _yyyy-mm-dd_ format. This field is to be filled for each row.
86
86
87
-
The third column is a string entry consisting of two possible options (yes/no)
87
+
The third column is a string entry consisting of two possible options (yes/no).
88
88
89
-
The fourth column is a field which takes in a set of entries, where the options for entry are A, B or C. A set can have all these option within it however it does not accept duplicates. So an entry such as `SET(A,A,C)` would fail, but the entry `SET(A,B,C)` would be valid.
89
+
The fourth column is a field which takes in a set of entries, where the options are A, B or C. The set can have all these option within it, however it does not accept duplicates. So an entry such as `SET(A,A,C)` would fail, but the entry `SET(A,B,C)` would be valid.
90
90
91
-
The fifth column is an option string field, containing the options of A or B. This field can either contain A, B or can remain empty.
91
+
The fifth column is an optional string field with the possible options of A or B. This field can hold either A, B, or can remain empty.
92
92
93
-
Finally the sixth column is a record array field, a record array object can be entered with it with the corresponding fields testString and testNumber. A record array can also have multiple entries of the field within it, as long as the new entry is separated by a **";"**. Valid entries would be `RECORD_ARRAY(testString: A, testNumber: 1;)` or <br>
93
+
Finally, the sixth column is a record array field. This record array object can have the fields testString and testNumber entered within it. These internal field values are entered by including the fieldname and its corresponding value separated by a **":"**. In addition, a record array can also have multiple entries for each internal field within it as long as the new entry is separated by a **";"**. With that in mind, valid entries for this column would be `RECORD_ARRAY(testString: A, testNumber: 1;)` or <br>
94
94
`RECORD_ARRAY(testString: A, testNumber: 1; testString: 1, testNumber: 2;)`, etc.
95
95
96
96
<br>
97
97
98
98
A valid CSV file that follows this template can be seen below:
0 commit comments