diff --git a/src/doc/table-json-conversion/specs.md b/src/doc/table-json-conversion/specs.md index 73e480440eccb923fd0979dc2adb653146667951..9ae717caf0d7cf2aa674b1c2d5e380b8f617a87f 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 {