Skip to content
Snippets Groups Projects
Commit ba557b27 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Fixed documentation in table-json-conversion specs.

parent a36c3319
No related branches found
No related tags found
2 merge requests!107Release v0.11.0,!98Multiple choice arrays for table json converter
Pipeline #49916 passed with warnings
......@@ -61,26 +61,7 @@ these records are referenced.
Let's now consider these four cases in detail and with examples:
### a. Properties with Primitive Data Types ###
```JSON
{
"Training": {
"date": "2023-01-01",
"url": "www.indiscale.com",
"duration": 1.0,
"participants": 1,
"remote": false
}
}
```
This entry is represented in an XLSX sheet with the following content:
date url duration participants remote
2023-01-01 www.indiscale.com 1.0 1 false
### a. Properties mit primitiven Datentypen ###
### a. Properties with primitive data types ###
```JSON
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment