Skip to content

Commit c6a3dc2

Browse files
committed
chore: adding emphasis on examples
1 parent abf9503 commit c6a3dc2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,12 @@ The second column contains the date of which in instrument was done by the subje
8686

8787
The third column is a string entry consisting of two possible options (yes/no)
8888

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 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.
9090

9191
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.
9292

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 RECORD_ARRAY(testString: A, testNumber: 1; testString: 1, testNumber: 2;), etc.
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>
94+
`RECORD_ARRAY(testString: A, testNumber: 1; testString: 1, testNumber: 2;)`, etc.
9495

9596
<br>
9697

0 commit comments

Comments
 (0)