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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,18 +53,18 @@ Open Data Capture allows you to visualize numeric measures over time in a single
53
53
54
54
-**_Record Array Data_**
55
55
56
-
Record array data is a custom form a data entry for when there can be multiple records for one question. For example, the types of scans and their info in a MRI form. If a record contains a set of questions/ data fields A, B, and C, the proper notation for data entry would be as follows:
56
+
Record array data is a custom form a data entry for when there can be multiple records for one column field. For example, the types of scans and their info in a MRI form would be record array data. If a record contains a set of questions/ data fields A, B, and C, the proper notation for data entry would be as follows:
Note that every ',' notates an new entry in the record, whilst every ';' notates and new record in the record array
64
+
Note that every "," notates a new entry in the record, whilst every ";" notates a new record in the record array
65
65
66
66
-**_Optional Data_**
67
67
68
-
Whenever data is optional within a form it can be left empty in a form as still be properly submitted. Any optional data column in the csv template will have an "(optional)" tag attached to its sample data entry, which allows for any entry in the column to be left blank. This is usually done in that case of when one column value depends on another. For example, a sessionFailed column would be followed by a an optional reasonForFailure column.
68
+
Whenever data is optional within a form it can be left empty and still be properly submitted. Any optional data column in the csv template will have an "(optional)" tag attached to its sample data entry, which ,means any entry in the column to be left blank. This is usually done in that case of when one column value depends on another. For example, a sessionFailed column would be followed by a an optional reasonForFailure column.
0 commit comments