From ba557b27c765109bd2a6a8b5294b6924b5375a00 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Tue, 16 Apr 2024 16:48:07 +0200 Subject: [PATCH] DOC: Fixed documentation in table-json-conversion specs. --- src/doc/table-json-conversion/specs.md | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/doc/table-json-conversion/specs.md b/src/doc/table-json-conversion/specs.md index 73e48044..9ae717ca 100644 --- a/src/doc/table-json-conversion/specs.md +++ b/src/doc/table-json-conversion/specs.md @@ -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 { -- GitLab