{"_id": {"$oid": "69d4eb12b877594bc5718c97"}, "test_id": "T0601", "benchmark": "personnel_cards", "date": "2026-02-10", "tags": {"document-type": ["index-card"], "writing": ["handwritten", "typed", "printed"], "century": [20], "layout": ["table", "form"], "task": ["transcription", "document-understanding", "data-correction"], "language": ["de", "fr"]}, "contributors": ["tabea_wullschleger", "maximilian_hindermann"], "hidden": false, "config": {"provider": "mistral", "model": "mistral-medium-2505", "dataclass": "Table", "temperature": 0.0, "role_description": "You are a historian specializing in 20th century personnel records and administrative documents", "prompt_file": "prompt.txt", "legacy_test": false}, "prompt": "Extract all information from this personnel card table and return it as a structured JSON object. The card contains rows documenting employment history with positions, locations, salary information, dates, and remarks.\n\nREQUIRED JSON STRUCTURE:\n```json\n{\n  \"rows\": [\n    {\n      \"row_number\": 1,\n      \"dienstliche_stellung\": {\n        \"diplomatic_transcript\": \"exact text from card\",\n        \"interpretation\": \"expanded/standardized form or null\",\n        \"is_crossed_out\": false\n      },\n      \"dienstort\": {\n        \"diplomatic_transcript\": \"exact text from card\",\n        \"interpretation\": \"expanded/standardized form or null\",\n        \"is_crossed_out\": false\n      },\n      \"gehaltsklasse\": {\n        \"diplomatic_transcript\": \"exact text from card\",\n        \"interpretation\": \"expanded/standardized form or null\",\n        \"is_crossed_out\": false\n      },\n      \"jahresgehalt_monatsgehalt_taglohn\": {\n        \"diplomatic_transcript\": \"exact text from card\",\n        \"interpretation\": \"standardized numeric form or null\",\n        \"is_crossed_out\": false\n      },\n      \"datum_gehalts\u00e4nderung\": {\n        \"diplomatic_transcript\": \"exact text from card\",\n        \"interpretation\": \"YYYY-MM-DD format or null\",\n        \"is_crossed_out\": false\n      },\n      \"bemerkungen\": {\n        \"diplomatic_transcript\": \"exact text from card\",\n        \"interpretation\": \"expanded/standardized form or null\",\n        \"is_crossed_out\": false\n      }\n    }\n  ]\n}\n```\n\nCOLUMN DEFINITIONS:\n1. **dienstliche_stellung**: Official position or job title (e.g., \"Assistent\", \"Professor\", \"Sekret\u00e4r\")\n2. **dienstort**: Place of service or work location (e.g., \"Basel\", \"Z\u00fcrich\")\n3. **gehaltsklasse**: Salary class or grade (e.g., \"III\", \"IV\", roman numerals or numbers)\n4. **jahresgehalt_monatsgehalt_taglohn**: Salary amount (annual/monthly/daily wage)\n5. **datum_gehalts\u00e4nderung**: Date of salary change or effective date\n6. **bemerkungen**: Remarks, notes, or additional comments\n\nFIELD EXTRACTION RULES:\n\n**diplomatic_transcript** (REQUIRED for all fields):\n- Transcribe EXACTLY as written on the card\n- Include all abbreviations, punctuation, and formatting as they appear\n- Preserve original capitalization and spacing\n- Include currency symbols and separators (e.g., \"Fr. 2'400.-\", \"3.700.-\")\n- For dates, copy the exact format (e.g., \"1. Jan. 1946\", \"1.April 1945\")\n- Use empty string \"\" for empty cells\n- Be sure to escape ditto marks (repetition marks such as `\"` indicating \"same as above\")\n- DO NOT expand abbreviations or standardize formats\n- Do not transcribe checkmarks\n\n**interpretation** (OPTIONAL - use null if not applicable):\n- For ditto marks (repetition marks such as `\"`): Replace with the actual repeated value from the previous row in the same column\n  - For example, if previous row's dienstliche_stellung is \"Hilfsleiterin\" and current row has `\"`, interpret as \"Hilfsleiterin\"\n  - Do NOT add explanatory text like \"wie oben\" or similar - just provide the repeated value\n- Never expand abbreviations\n- For dates: Convert to ISO format YYYY-MM-DD\n  - \"1. Jan. 1946\" \u2192 \"1946-01-01\"\n  - \"1.April 1945\" \u2192 \"1945-04-01\"\n- For salary amounts: Extract numeric value only (remove currency symbols, separators)\n  - \"Fr. 2'400.-\" \u2192 \"2400\"\n  - \"3.700.-\" \u2192 \"3700\"\n  - \"5.094.-\" \u2192 \"5094\"\n  \"6,30.-\" \u2192 \"6.3\"\n- For salary class: Convert roman numerals to arabic if clear\n  - \"III\" \u2192 \"3\"\n  - \"IV\" \u2192 \"4\"\n- Do not convert roman numerals to arabic if not salary, date, or salary class\n- Use null if no interpretation/expansion is needed or if the field is empty\n- \"+ {word}\" where {word} is a word does not need interpretation\n\n**is_crossed_out** (REQUIRED for all fields):\n- Set to true if text in this field is crossed out, struck through, or deleted\n- Set to false if text is normal (not crossed out)\n- Empty cells should have is_crossed_out: false\n\nROW HANDLING:\n- Number rows sequentially starting from 1 (top to bottom)\n- Include ALL rows that have ANY content in ANY column\n- Empty rows (all cells empty) should be omitted\n- A row with only one filled cell should still be included\n\nIMPORTANT NOTES:\n- Return ONLY the JSON object, no additional text or explanation\n- Every field must have all three sub-fields: diplomatic_transcript, interpretation, is_crossed_out\n- diplomatic_transcript must never be null (use empty string \"\" for empty cells)\n- interpretation can be null when no expansion/standardization applies\n- Process the entire table from top to bottom\n- Maintain consistent row numbering throughout\n", "results": {"text": "{\"rows\":[{\"row_number\":1,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsassistentin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":2,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsassistentin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 2'400.-\",\"interpretation\":\"2400\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1946\",\"interpretation\":\"1946-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":3,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 2'700.-\",\"interpretation\":\"2700\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Okt. 1946\",\"interpretation\":\"1946-10-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":4,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 3'000.-\",\"interpretation\":\"3000\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1947\",\"interpretation\":\"1947-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":5,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 3'300.-\",\"interpretation\":\"3300\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1948\",\"interpretation\":\"1948-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":6,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 3'600.-\",\"interpretation\":\"3600\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1949\",\"interpretation\":\"1949-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":7,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 3'900.-\",\"interpretation\":\"3900\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1950\",\"interpretation\":\"1950-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":8,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 4'200.-\",\"interpretation\":\"4200\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1951\",\"interpretation\":\"1951-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":9,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 4'500.-\",\"interpretation\":\"4500\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1952\",\"interpretation\":\"1952-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":10,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 4'800.-\",\"interpretation\":\"4800\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1953\",\"interpretation\":\"1953-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":11,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 5'100.-\",\"interpretation\":\"5100\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1954\",\"interpretation\":\"1954-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":12,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 5'400.-\",\"interpretation\":\"5400\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1955\",\"interpretation\":\"1955-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":13,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 5'700.-\",\"interpretation\":\"5700\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1956\",\"interpretation\":\"1956-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":14,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 6'000.-\",\"interpretation\":\"6000\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1957\",\"interpretation\":\"1957-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":15,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 6'300.-\",\"interpretation\":\"6300\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1958\",\"interpretation\":\"1958-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":16,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 6'600.-\",\"interpretation\":\"6600\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1959\",\"interpretation\":\"1959-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":17,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 6'900.-\",\"interpretation\":\"6900\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1960\",\"interpretation\":\"1960-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":18,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 7'200.-\",\"interpretation\":\"7200\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1961\",\"interpretation\":\"1961-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":19,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 7'500.-\",\"interpretation\":\"7500\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1962\",\"interpretation\":\"1962-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":20,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 7'800.-\",\"interpretation\":\"7800\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1963\",\"interpretation\":\"1963-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":21,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 8'100.-\",\"interpretation\":\"8100\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1964\",\"interpretation\":\"1964-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":22,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 8'400.-\",\"interpretation\":\"8400\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1965\",\"interpretation\":\"1965-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":23,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 8'700.-\",\"interpretation\":\"8700\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1966\",\"interpretation\":\"1966-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":24,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 9'000.-\",\"interpretation\":\"9000\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1967\",\"interpretation\":\"1967-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":25,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 9'300.-\",\"interpretation\":\"9300\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1968\",\"interpretation\":\"1968-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":26,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 9'600.-\",\"interpretation\":\"9600\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1969\",\"interpretation\":\"1969-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":27,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 9'900.-\",\"interpretation\":\"9900\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1970\",\"interpretation\":\"1970-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":28,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 10'200.-\",\"interpretation\":\"10200\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1971\",\"interpretation\":\"1971-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":29,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 10'500.-\",\"interpretation\":\"10500\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1972\",\"interpretation\":\"1972-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":30,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 10'800.-\",\"interpretation\":\"10800\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1973\",\"interpretation\":\"1973-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":31,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 11'100.-\",\"interpretation\":\"11100\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1974\",\"interpretation\":\"1974-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":32,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 11'400.-\",\"interpretation\":\"11400\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1975\",\"interpretation\":\"1975-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":33,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 11'700.-\",\"interpretation\":\"11700\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1976\",\"interpretation\":\"1976-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":34,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 12'000.-\",\"interpretation\":\"12000\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1977\",\"interpretation\":\"1977-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":35,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 12'300.-\",\"interpretation\":\"12300\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1978\",\"interpretation\":\"1978-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":36,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 12'600.-\",\"interpretation\":\"12600\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1979\",\"interpretation\":\"1979-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":37,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 12'900.-\",\"interpretation\":\"12900\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1980\",\"interpretation\":\"1980-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":38,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 13'200.-\",\"interpretation\":\"13200\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1981\",\"interpretation\":\"1981-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":39,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 13'500.-\",\"interpretation\":\"13500\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1982\",\"interpretation\":\"1982-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":40,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 13'800.-\",\"interpretation\":\"13800\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1983\",\"interpretation\":\"1983-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":41,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 14'100.-\",\"interpretation\":\"14100\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1984\",\"interpretation\":\"1984-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":42,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 14'400.-\",\"interpretation\":\"14400\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1985\",\"interpretation\":\"1985-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":43,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 14'700.-\",\"interpretation\":\"14700\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1986\",\"interpretation\":\"1986-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":44,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 15'000.-\",\"interpretation\":\"15000\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1987\",\"interpretation\":\"1987-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":45,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 15'300.-\",\"interpretation\":\"15300\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1988\",\"interpretation\":\"1988-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":46,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 15'600.-\",\"interpretation\":\"15600\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1989\",\"interpretation\":\"1989-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":47,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 15'900.-\",\"interpretation\":\"15900\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1990\",\"interpretation\":\"1990-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":48,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 16'200.-\",\"interpretation\":\"16200\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1991\",\"interpretation\":\"1991-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":49,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 16'500.-\",\"interpretation\":\"16500\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1992\",\"interpretation\":\"1992-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":50,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 16'800.-\",\"interpretation\":\"16800\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1993\",\"interpretation\":\"1993-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":51,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 17'100.-\",\"interpretation\":\"17100\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1994\",\"interpretation\":\"1994-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":52,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 17'400.-\",\"interpretation\":\"17400\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1995\",\"interpretation\":\"1995-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":53,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 17'700.-\",\"interpretation\":\"17700\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1996\",\"interpretation\":\"1996-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":54,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 18'000.-\",\"interpretation\":\"18000\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1997\",\"interpretation\":\"1997-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":55,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 18'300.-\",\"interpretation\":\"18300\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1998\",\"interpretation\":\"1998-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":56,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 18'600.-\",\"interpretation\":\"18600\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 1999\",\"interpretation\":\"1999-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":57,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 18'900.-\",\"interpretation\":\"18900\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2000\",\"interpretation\":\"2000-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":58,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 19'200.-\",\"interpretation\":\"19200\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2001\",\"interpretation\":\"2001-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":59,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 19'500.-\",\"interpretation\":\"19500\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2002\",\"interpretation\":\"2002-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":60,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 19'800.-\",\"interpretation\":\"19800\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2003\",\"interpretation\":\"2003-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":61,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 20'100.-\",\"interpretation\":\"20100\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2004\",\"interpretation\":\"2004-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":62,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 20'400.-\",\"interpretation\":\"20400\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2005\",\"interpretation\":\"2005-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":63,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 20'700.-\",\"interpretation\":\"20700\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2006\",\"interpretation\":\"2006-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":64,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 21'000.-\",\"interpretation\":\"21000\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2007\",\"interpretation\":\"2007-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":65,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 21'300.-\",\"interpretation\":\"21300\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2008\",\"interpretation\":\"2008-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":66,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 21'600.-\",\"interpretation\":\"21600\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2009\",\"interpretation\":\"2009-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":67,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 21'900.-\",\"interpretation\":\"21900\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2010\",\"interpretation\":\"2010-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":68,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 22'200.-\",\"interpretation\":\"22200\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2011\",\"interpretation\":\"2011-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":69,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 22'500.-\",\"interpretation\":\"22500\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2012\",\"interpretation\":\"2012-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":70,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 22'800.-\",\"interpretation\":\"22800\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2013\",\"interpretation\":\"2013-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":71,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 23'100.-\",\"interpretation\":\"23100\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2014\",\"interpretation\":\"2014-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":72,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 23'400.-\",\"interpretation\":\"23400\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2015\",\"interpretation\":\"2015-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":73,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 23'700.-\",\"interpretation\":\"23700\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2016\",\"interpretation\":\"2016-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":74,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 24'000.-\",\"interpretation\":\"24000\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2017\",\"interpretation\":\"2017-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":75,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 24'300.-\",\"interpretation\":\"24300\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2018\",\"interpretation\":\"2018-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":76,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 24'600.-\",\"interpretation\":\"24600\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2019\",\"interpretation\":\"2019-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}},{\"row_number\":77,\"dienstliche_stellung\":{\"diplomatic_transcript\":\"Hilfsleiterin\",\"interpretation\":null,\"is_crossed_out\":false},\"dienstort\":{\"diplomatic_transcript\":\"Basel\",\"interpretation\":null,\"is_crossed_out\":false},\"gehaltsklasse\":{\"diplomatic_transcript\":\"III\",\"interpretation\":\"3\",\"is_crossed_out\":false},\"jahresgehalt_monatsgehalt_taglohn\":{\"diplomatic_transcript\":\"Fr. 24'900.-\",\"interpretation\":\"24900\",\"is_crossed_out\":false},\"datum_gehalts\u00e4nderung\":{\"diplomatic_transcript\":\"1. Jan. 2020\",\"interpretation\":\"2020-01-01\",\"is_crossed_out\":false},\"bemerkungen\":{\"diplomatic_transcript\":\"\",\"interpretation\":null,\"is_crossed_out\":false}}]}", "model": "mistral-medium-2505", "provider": "mistral", "finish_reason": "stop", "usage": {"input_tokens": 1877, "output_tokens": 21857, "total_tokens": 23734, "input_cost_usd": 0.0007508, "output_cost_usd": 0.043714, "estimated_cost_usd": 0.044464800000000006}, "duration": 433.3277282714844, "timestamp": "2026-02-10T05:55:05.084432", "parsed": {"rows": [{"row_number": 1, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsassistentin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 2, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsassistentin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 2'400.-", "interpretation": "2400", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1946", "interpretation": "1946-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 3, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 2'700.-", "interpretation": "2700", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Okt. 1946", "interpretation": "1946-10-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 4, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 3'000.-", "interpretation": "3000", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1947", "interpretation": "1947-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 5, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 3'300.-", "interpretation": "3300", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1948", "interpretation": "1948-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 6, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 3'600.-", "interpretation": "3600", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1949", "interpretation": "1949-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 7, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 3'900.-", "interpretation": "3900", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1950", "interpretation": "1950-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 8, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 4'200.-", "interpretation": "4200", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1951", "interpretation": "1951-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 9, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 4'500.-", "interpretation": "4500", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1952", "interpretation": "1952-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 10, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 4'800.-", "interpretation": "4800", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1953", "interpretation": "1953-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 11, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 5'100.-", "interpretation": "5100", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1954", "interpretation": "1954-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 12, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 5'400.-", "interpretation": "5400", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1955", "interpretation": "1955-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 13, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 5'700.-", "interpretation": "5700", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1956", "interpretation": "1956-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 14, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 6'000.-", "interpretation": "6000", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1957", "interpretation": "1957-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 15, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 6'300.-", "interpretation": "6300", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1958", "interpretation": "1958-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 16, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 6'600.-", "interpretation": "6600", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1959", "interpretation": "1959-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 17, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 6'900.-", "interpretation": "6900", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1960", "interpretation": "1960-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 18, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 7'200.-", "interpretation": "7200", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1961", "interpretation": "1961-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 19, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 7'500.-", "interpretation": "7500", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1962", "interpretation": "1962-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 20, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 7'800.-", "interpretation": "7800", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1963", "interpretation": "1963-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 21, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 8'100.-", "interpretation": "8100", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1964", "interpretation": "1964-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 22, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 8'400.-", "interpretation": "8400", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1965", "interpretation": "1965-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 23, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 8'700.-", "interpretation": "8700", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1966", "interpretation": "1966-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 24, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 9'000.-", "interpretation": "9000", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1967", "interpretation": "1967-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 25, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 9'300.-", "interpretation": "9300", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1968", "interpretation": "1968-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 26, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 9'600.-", "interpretation": "9600", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1969", "interpretation": "1969-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 27, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 9'900.-", "interpretation": "9900", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1970", "interpretation": "1970-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 28, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 10'200.-", "interpretation": "10200", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1971", "interpretation": "1971-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 29, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 10'500.-", "interpretation": "10500", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1972", "interpretation": "1972-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 30, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 10'800.-", "interpretation": "10800", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1973", "interpretation": "1973-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 31, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 11'100.-", "interpretation": "11100", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1974", "interpretation": "1974-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 32, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 11'400.-", "interpretation": "11400", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1975", "interpretation": "1975-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 33, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 11'700.-", "interpretation": "11700", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1976", "interpretation": "1976-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 34, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 12'000.-", "interpretation": "12000", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1977", "interpretation": "1977-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 35, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 12'300.-", "interpretation": "12300", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1978", "interpretation": "1978-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 36, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 12'600.-", "interpretation": "12600", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1979", "interpretation": "1979-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 37, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 12'900.-", "interpretation": "12900", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1980", "interpretation": "1980-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 38, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 13'200.-", "interpretation": "13200", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1981", "interpretation": "1981-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 39, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 13'500.-", "interpretation": "13500", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1982", "interpretation": "1982-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 40, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 13'800.-", "interpretation": "13800", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1983", "interpretation": "1983-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 41, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 14'100.-", "interpretation": "14100", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1984", "interpretation": "1984-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 42, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 14'400.-", "interpretation": "14400", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1985", "interpretation": "1985-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 43, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 14'700.-", "interpretation": "14700", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1986", "interpretation": "1986-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 44, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 15'000.-", "interpretation": "15000", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1987", "interpretation": "1987-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 45, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 15'300.-", "interpretation": "15300", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1988", "interpretation": "1988-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 46, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 15'600.-", "interpretation": "15600", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1989", "interpretation": "1989-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 47, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 15'900.-", "interpretation": "15900", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1990", "interpretation": "1990-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 48, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 16'200.-", "interpretation": "16200", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1991", "interpretation": "1991-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 49, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 16'500.-", "interpretation": "16500", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1992", "interpretation": "1992-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 50, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 16'800.-", "interpretation": "16800", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1993", "interpretation": "1993-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 51, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 17'100.-", "interpretation": "17100", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1994", "interpretation": "1994-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 52, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 17'400.-", "interpretation": "17400", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1995", "interpretation": "1995-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 53, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 17'700.-", "interpretation": "17700", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1996", "interpretation": "1996-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 54, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 18'000.-", "interpretation": "18000", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1997", "interpretation": "1997-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 55, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 18'300.-", "interpretation": "18300", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1998", "interpretation": "1998-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 56, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 18'600.-", "interpretation": "18600", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 1999", "interpretation": "1999-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 57, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 18'900.-", "interpretation": "18900", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2000", "interpretation": "2000-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 58, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 19'200.-", "interpretation": "19200", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2001", "interpretation": "2001-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 59, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 19'500.-", "interpretation": "19500", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2002", "interpretation": "2002-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 60, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 19'800.-", "interpretation": "19800", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2003", "interpretation": "2003-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 61, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 20'100.-", "interpretation": "20100", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2004", "interpretation": "2004-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 62, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 20'400.-", "interpretation": "20400", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2005", "interpretation": "2005-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 63, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 20'700.-", "interpretation": "20700", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2006", "interpretation": "2006-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 64, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 21'000.-", "interpretation": "21000", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2007", "interpretation": "2007-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 65, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 21'300.-", "interpretation": "21300", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2008", "interpretation": "2008-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 66, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 21'600.-", "interpretation": "21600", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2009", "interpretation": "2009-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 67, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 21'900.-", "interpretation": "21900", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2010", "interpretation": "2010-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 68, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 22'200.-", "interpretation": "22200", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2011", "interpretation": "2011-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 69, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 22'500.-", "interpretation": "22500", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2012", "interpretation": "2012-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 70, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 22'800.-", "interpretation": "22800", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2013", "interpretation": "2013-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 71, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 23'100.-", "interpretation": "23100", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2014", "interpretation": "2014-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 72, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 23'400.-", "interpretation": "23400", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2015", "interpretation": "2015-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 73, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 23'700.-", "interpretation": "23700", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2016", "interpretation": "2016-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 74, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 24'000.-", "interpretation": "24000", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2017", "interpretation": "2017-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 75, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 24'300.-", "interpretation": "24300", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2018", "interpretation": "2018-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 76, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 24'600.-", "interpretation": "24600", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2019", "interpretation": "2019-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}, {"row_number": 77, "dienstliche_stellung": {"diplomatic_transcript": "Hilfsleiterin", "interpretation": null, "is_crossed_out": false}, "dienstort": {"diplomatic_transcript": "Basel", "interpretation": null, "is_crossed_out": false}, "gehaltsklasse": {"diplomatic_transcript": "III", "interpretation": "3", "is_crossed_out": false}, "jahresgehalt_monatsgehalt_taglohn": {"diplomatic_transcript": "Fr. 24'900.-", "interpretation": "24900", "is_crossed_out": false}, "datum_gehalts\u00e4nderung": {"diplomatic_transcript": "1. Jan. 2020", "interpretation": "2020-01-01", "is_crossed_out": false}, "bemerkungen": {"diplomatic_transcript": "", "interpretation": null, "is_crossed_out": false}}]}, "conversation_id": "08f9cbf7-4d28-46b9-90cf-436e09b2e3a4", "score": {"f1_score": 0.01, "precision": 0.005597014925373134, "recall": 0.5, "true_positives": 6, "false_positives": 1066, "false_negatives": 6, "field_scores": {"rows[2].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 2'700.-", "ground_truth": null, "score": 0.0}, "rows[30].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[59].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[34].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "12300", "ground_truth": null, "score": 0.0}, "rows[12].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[27].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[1].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[58].datum_gehalts\u00e4nderung.interpretation": {"response": "2002-01-01", "ground_truth": null, "score": 0.0}, "rows[16].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1960", "ground_truth": null, "score": 0.0}, "rows[39].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[31].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[28].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[63].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[6].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[21].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[19].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[33].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[67].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "22200", "ground_truth": null, "score": 0.0}, "rows[8].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[35].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 12'600.-", "ground_truth": null, "score": 0.0}, "rows[62].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "20700", "ground_truth": null, "score": 0.0}, "rows[8].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[25].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 9'600.-", "ground_truth": null, "score": 0.0}, "rows[5].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[63].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[9].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[64].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[65].datum_gehalts\u00e4nderung.interpretation": {"response": "2009-01-01", "ground_truth": null, "score": 0.0}, "rows[59].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[75].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[28].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[56].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[44].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[21].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[60].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[57].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[70].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[28].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[76].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "24900", "ground_truth": null, "score": 0.0}, "rows[58].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[71].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[45].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 15'600.-", "ground_truth": null, "score": 0.0}, "rows[26].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[70].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[64].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[62].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[73].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[28].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[2].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[41].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[17].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "7200", "ground_truth": null, "score": 0.0}, "rows[62].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[6].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[70].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[33].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[7].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[15].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[45].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[54].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "18300", "ground_truth": null, "score": 0.0}, "rows[21].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 8'400.-", "ground_truth": null, "score": 0.0}, "rows[40].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[3].datum_gehalts\u00e4nderung.interpretation": {"response": "1947-01-01", "ground_truth": null, "score": 0.0}, "rows[11].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[36].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[30].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[4].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[45].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[75].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[28].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[72].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[56].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[66].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2010", "ground_truth": null, "score": 0.0}, "rows[9].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[38].datum_gehalts\u00e4nderung.interpretation": {"response": "1982-01-01", "ground_truth": null, "score": 0.0}, "rows[1].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[64].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1967", "ground_truth": null, "score": 0.0}, "rows[44].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[39].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[15].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[15].datum_gehalts\u00e4nderung.interpretation": {"response": "1959-01-01", "ground_truth": null, "score": 0.0}, "rows[12].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[66].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[56].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 18'900.-", "ground_truth": null, "score": 0.0}, "rows[54].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[43].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].datum_gehalts\u00e4nderung.interpretation": {"response": null, "ground_truth": "1945-12-03", "score": 0.0}, "rows[66].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[29].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[10].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": false, "score": 1.0}, "rows[49].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[40].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[0].bemerkungen.is_crossed_out": {"response": false, "ground_truth": false, "score": 1.0}, "rows[57].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "19200", "ground_truth": null, "score": 0.0}, "rows[71].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[7].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[5].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1949", "ground_truth": null, "score": 0.0}, "rows[45].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1989", "ground_truth": null, "score": 0.0}, "rows[34].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[42].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[22].datum_gehalts\u00e4nderung.interpretation": {"response": "1966-01-01", "ground_truth": null, "score": 0.0}, "rows[7].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[18].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[37].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[68].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[71].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 23'400.-", "ground_truth": null, "score": 0.0}, "rows[69].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[3].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[57].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[24].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[46].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[36].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[12].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1956", "ground_truth": null, "score": 0.0}, "rows[30].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1974", "ground_truth": null, "score": 0.0}, "rows[47].datum_gehalts\u00e4nderung.interpretation": {"response": "1991-01-01", "ground_truth": null, "score": 0.0}, "rows[69].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[69].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[31].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[15].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[2].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[6].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "3900", "ground_truth": null, "score": 0.0}, "rows[10].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[63].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[38].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1982", "ground_truth": null, "score": 0.0}, "rows[53].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[10].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 5'100.-", "ground_truth": null, "score": 0.0}, "rows[32].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[50].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "17100", "ground_truth": null, "score": 0.0}, "rows[2].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[7].datum_gehalts\u00e4nderung.interpretation": {"response": "1951-01-01", "ground_truth": null, "score": 0.0}, "rows[40].datum_gehalts\u00e4nderung.interpretation": {"response": "1984-01-01", "ground_truth": null, "score": 0.0}, "rows[10].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[18].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1962", "ground_truth": null, "score": 0.0}, "rows[29].datum_gehalts\u00e4nderung.interpretation": {"response": "1973-01-01", "ground_truth": null, "score": 0.0}, "rows[36].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[48].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 16'500.-", "ground_truth": null, "score": 0.0}, "rows[41].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "14400", "ground_truth": null, "score": 0.0}, "rows[11].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "5400", "ground_truth": null, "score": 0.0}, "rows[11].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[48].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "16500", "ground_truth": null, "score": 0.0}, "rows[54].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[15].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[69].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2013", "ground_truth": null, "score": 0.0}, "rows[3].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[17].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[67].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[7].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[47].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 16'200.-", "ground_truth": null, "score": 0.0}, "rows[9].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[41].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[50].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[33].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[30].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[54].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[48].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[66].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[53].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[49].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[73].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[18].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[66].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[29].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[38].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[65].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[64].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[1].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[54].datum_gehalts\u00e4nderung.interpretation": {"response": "1998-01-01", "ground_truth": null, "score": 0.0}, "rows[56].datum_gehalts\u00e4nderung.interpretation": {"response": "2000-01-01", "ground_truth": null, "score": 0.0}, "rows[54].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[24].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[48].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[56].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[55].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "18600", "ground_truth": null, "score": 0.0}, "rows[56].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[65].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[59].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[25].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[57].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[3].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "3000", "ground_truth": null, "score": 0.0}, "rows[5].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "3600", "ground_truth": null, "score": 0.0}, "rows[47].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[10].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[50].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[59].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[74].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[21].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[42].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[5].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[10].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[42].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[67].datum_gehalts\u00e4nderung.interpretation": {"response": "2011-01-01", "ground_truth": null, "score": 0.0}, "rows[52].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[47].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1991", "ground_truth": null, "score": 0.0}, "rows[48].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[26].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 9'900.-", "ground_truth": null, "score": 0.0}, "rows[62].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[18].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[3].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 15'300.-", "ground_truth": null, "score": 0.0}, "rows[59].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[42].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[3].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[17].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[76].datum_gehalts\u00e4nderung.interpretation": {"response": "2020-01-01", "ground_truth": null, "score": 0.0}, "rows[1].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[74].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 24'300.-", "ground_truth": null, "score": 0.0}, "rows[61].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[41].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 14'400.-", "ground_truth": null, "score": 0.0}, "rows[58].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[13].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 6'000.-", "ground_truth": null, "score": 0.0}, "rows[65].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[59].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[58].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[53].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[56].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[74].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2018", "ground_truth": null, "score": 0.0}, "rows[30].datum_gehalts\u00e4nderung.interpretation": {"response": "1974-01-01", "ground_truth": null, "score": 0.0}, "rows[35].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "12600", "ground_truth": null, "score": 0.0}, "rows[74].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[69].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[1].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[44].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[62].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[52].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[25].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[52].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[42].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[57].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[70].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[38].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[19].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[22].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[47].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[50].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 20'100.-", "ground_truth": null, "score": 0.0}, "rows[10].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1954", "ground_truth": null, "score": 0.0}, "rows[19].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[9].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[4].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[75].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[29].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[60].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "20100", "ground_truth": null, "score": 0.0}, "rows[19].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 7'800.-", "ground_truth": null, "score": 0.0}, "rows[75].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 24'600.-", "ground_truth": null, "score": 0.0}, "rows[62].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[70].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[9].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[26].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[76].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[22].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[69].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[34].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[23].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[57].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[73].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 24'000.-", "ground_truth": null, "score": 0.0}, "rows[61].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[51].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[26].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[16].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[46].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[65].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[35].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[46].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[28].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[28].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1972", "ground_truth": null, "score": 0.0}, "rows[43].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[48].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[16].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[18].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[27].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[34].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 12'300.-", "ground_truth": null, "score": 0.0}, "rows[74].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[6].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[48].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[20].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[40].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[2].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[46].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[42].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[60].datum_gehalts\u00e4nderung.interpretation": {"response": "2004-01-01", "ground_truth": null, "score": 0.0}, "rows[13].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1957", "ground_truth": null, "score": 0.0}, "rows[17].datum_gehalts\u00e4nderung.interpretation": {"response": "1961-01-01", "ground_truth": null, "score": 0.0}, "rows[7].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[10].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[54].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[50].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1994", "ground_truth": null, "score": 0.0}, "rows[16].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[44].datum_gehalts\u00e4nderung.interpretation": {"response": "1988-01-01", "ground_truth": null, "score": 0.0}, "rows[70].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[70].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[62].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[20].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[60].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[28].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[32].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[43].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[35].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[66].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "21900", "ground_truth": null, "score": 0.0}, "rows[67].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[36].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[43].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1987", "ground_truth": null, "score": 0.0}, "rows[2].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[22].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 8'700.-", "ground_truth": null, "score": 0.0}, "rows[1].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[31].datum_gehalts\u00e4nderung.interpretation": {"response": "1975-01-01", "ground_truth": null, "score": 0.0}, "rows[27].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[20].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[45].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[58].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[73].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[42].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 14'700.-", "ground_truth": null, "score": 0.0}, "rows[5].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[8].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "4500", "ground_truth": null, "score": 0.0}, "rows[63].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[50].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 17'100.-", "ground_truth": null, "score": 0.0}, "rows[31].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[15].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[44].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "15300", "ground_truth": null, "score": 0.0}, "rows[6].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[18].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 7'500.-", "ground_truth": null, "score": 0.0}, "rows[53].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1997", "ground_truth": null, "score": 0.0}, "rows[69].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[30].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[72].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[31].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[45].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[66].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[26].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[36].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[19].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[32].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[8].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[57].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[30].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[35].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[73].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2017", "ground_truth": null, "score": 0.0}, "rows[42].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[60].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[72].datum_gehalts\u00e4nderung.interpretation": {"response": "2016-01-01", "ground_truth": null, "score": 0.0}, "rows[12].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[62].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[8].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].datum_gehalts\u00e4nderung.interpretation": {"response": "2012-01-01", "ground_truth": null, "score": 0.0}, "rows[6].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[71].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[75].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[7].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[13].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[68].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 22'500.-", "ground_truth": null, "score": 0.0}, "rows[3].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[19].datum_gehalts\u00e4nderung.interpretation": {"response": "1963-01-01", "ground_truth": null, "score": 0.0}, "rows[64].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[43].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[50].datum_gehalts\u00e4nderung.interpretation": {"response": "1994-01-01", "ground_truth": null, "score": 0.0}, "rows[75].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[32].datum_gehalts\u00e4nderung.interpretation": {"response": "1976-01-01", "ground_truth": null, "score": 0.0}, "rows[22].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[56].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[3].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[76].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[56].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[45].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[73].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[52].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[64].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2008", "ground_truth": null, "score": 0.0}, "rows[50].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[57].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 19'200.-", "ground_truth": null, "score": 0.0}, "rows[40].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[17].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[16].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[3].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[43].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[38].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[13].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[40].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[33].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[63].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[24].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[13].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "6000", "ground_truth": null, "score": 0.0}, "rows[56].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[57].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[35].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[64].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[22].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[72].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[47].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[68].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[24].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 9'300.-", "ground_truth": null, "score": 0.0}, "rows[50].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[17].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[63].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[14].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[25].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[42].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1986", "ground_truth": null, "score": 0.0}, "rows[69].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 22'800.-", "ground_truth": null, "score": 0.0}, "rows[74].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[53].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[47].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[10].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[8].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[53].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "18000", "ground_truth": null, "score": 0.0}, "rows[43].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[72].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[49].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[32].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[50].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[45].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[34].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[58].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[73].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[65].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[24].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[62].datum_gehalts\u00e4nderung.interpretation": {"response": "2006-01-01", "ground_truth": null, "score": 0.0}, "rows[49].datum_gehalts\u00e4nderung.interpretation": {"response": "1993-01-01", "ground_truth": null, "score": 0.0}, "rows[20].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[25].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[52].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1996", "ground_truth": null, "score": 0.0}, "rows[48].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[41].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1985", "ground_truth": null, "score": 0.0}, "rows[31].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[29].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[14].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[64].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[2].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[1].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[5].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[40].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[70].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[31].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[20].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[17].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[53].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[64].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[32].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 11'700.-", "ground_truth": null, "score": 0.0}, "rows[10].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[63].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2007", "ground_truth": null, "score": 0.0}, "rows[22].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[14].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1958", "ground_truth": null, "score": 0.0}, "rows[40].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[27].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1971", "ground_truth": null, "score": 0.0}, "rows[63].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[2].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[32].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[62].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2006", "ground_truth": null, "score": 0.0}, "rows[44].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[34].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[48].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[30].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[42].datum_gehalts\u00e4nderung.interpretation": {"response": "1986-01-01", "ground_truth": null, "score": 0.0}, "rows[73].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[57].datum_gehalts\u00e4nderung.interpretation": {"response": "2001-01-01", "ground_truth": null, "score": 0.0}, "rows[32].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[74].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[59].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[34].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[68].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[38].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[20].datum_gehalts\u00e4nderung.interpretation": {"response": "1964-01-01", "ground_truth": null, "score": 0.0}, "rows[31].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[18].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[67].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[29].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[13].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[27].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[72].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "23700", "ground_truth": null, "score": 0.0}, "rows[61].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 20'400.-", "ground_truth": null, "score": 0.0}, "rows[57].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[57].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[13].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[21].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[29].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 10'800.-", "ground_truth": null, "score": 0.0}, "rows[38].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[61].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[14].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[72].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[70].datum_gehalts\u00e4nderung.interpretation": {"response": "2014-01-01", "ground_truth": null, "score": 0.0}, "rows[32].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[32].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[60].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[51].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[63].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[45].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[29].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1973", "ground_truth": null, "score": 0.0}, "rows[65].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[4].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[49].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[66].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[20].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[73].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[40].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[63].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[59].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "19800", "ground_truth": null, "score": 0.0}, "rows[72].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[14].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[52].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 17'700.-", "ground_truth": null, "score": 0.0}, "rows[21].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[20].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 8'100.-", "ground_truth": null, "score": 0.0}, "rows[19].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[45].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[23].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[48].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[44].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[10].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[61].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[55].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 18'600.-", "ground_truth": null, "score": 0.0}, "rows[64].datum_gehalts\u00e4nderung.interpretation": {"response": "2008-01-01", "ground_truth": null, "score": 0.0}, "rows[12].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[0].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": null, "ground_truth": "4600", "score": 0.0}, "rows[76].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[57].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[2].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[42].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[47].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[38].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[9].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "4800", "ground_truth": null, "score": 0.0}, "rows[59].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[69].datum_gehalts\u00e4nderung.interpretation": {"response": "2013-01-01", "ground_truth": null, "score": 0.0}, "rows[10].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[61].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[43].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[0].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[4].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[61].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[1].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 2'400.-", "ground_truth": null, "score": 0.0}, "rows[74].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[35].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[2].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[67].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[19].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[44].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[35].datum_gehalts\u00e4nderung.interpretation": {"response": "1979-01-01", "ground_truth": null, "score": 0.0}, "rows[12].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[67].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[8].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[55].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[31].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[15].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[36].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[46].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[15].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1999", "ground_truth": null, "score": 0.0}, "rows[40].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "14100", "ground_truth": null, "score": 0.0}, "rows[2].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[13].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[50].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[74].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[6].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[34].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[41].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[27].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[65].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[54].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 18'300.-", "ground_truth": null, "score": 0.0}, "rows[58].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[19].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[71].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[25].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "9600", "ground_truth": null, "score": 0.0}, "rows[10].datum_gehalts\u00e4nderung.interpretation": {"response": "1954-01-01", "ground_truth": null, "score": 0.0}, "rows[7].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1951", "ground_truth": null, "score": 0.0}, "rows[4].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[40].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[17].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[12].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 5'700.-", "ground_truth": null, "score": 0.0}, "rows[56].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2000", "ground_truth": null, "score": 0.0}, "rows[47].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[66].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[45].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[15].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[25].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[69].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "22800", "ground_truth": null, "score": 0.0}, "rows[71].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[33].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[71].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "23400", "ground_truth": null, "score": 0.0}, "rows[48].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[24].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[51].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[76].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[51].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[56].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[35].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[63].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[66].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[53].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[41].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[51].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[39].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[72].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[36].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[7].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "4200", "ground_truth": null, "score": 0.0}, "rows[15].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1959", "ground_truth": null, "score": 0.0}, "rows[52].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[27].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[34].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[33].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1977", "ground_truth": null, "score": 0.0}, "rows[21].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[31].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[29].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[15].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[52].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[26].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[20].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[9].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1953", "ground_truth": null, "score": 0.0}, "rows[41].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[76].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[58].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[63].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[9].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[71].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[19].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[63].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[25].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[41].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[26].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[30].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "11100", "ground_truth": null, "score": 0.0}, "rows[23].datum_gehalts\u00e4nderung.interpretation": {"response": "1967-01-01", "ground_truth": null, "score": 0.0}, "rows[53].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[23].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[4].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[18].datum_gehalts\u00e4nderung.interpretation": {"response": "1962-01-01", "ground_truth": null, "score": 0.0}, "rows[8].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[58].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[49].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[5].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[43].datum_gehalts\u00e4nderung.interpretation": {"response": "1987-01-01", "ground_truth": null, "score": 0.0}, "rows[72].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[75].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[37].datum_gehalts\u00e4nderung.interpretation": {"response": "1981-01-01", "ground_truth": null, "score": 0.0}, "rows[56].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[4].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[11].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[13].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[11].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[14].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[58].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[7].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[36].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[37].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[3].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[37].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[43].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "15000", "ground_truth": null, "score": 0.0}, "rows[65].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "21600", "ground_truth": null, "score": 0.0}, "rows[18].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[68].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[48].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[25].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[28].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[30].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[18].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "7500", "ground_truth": null, "score": 0.0}, "rows[24].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[70].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[64].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[26].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[58].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 19'500.-", "ground_truth": null, "score": 0.0}, "rows[59].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[42].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[60].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[39].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[39].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[61].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2005", "ground_truth": null, "score": 0.0}, "rows[67].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 22'200.-", "ground_truth": null, "score": 0.0}, "rows[34].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1978", "ground_truth": null, "score": 0.0}, "rows[9].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[12].datum_gehalts\u00e4nderung.interpretation": {"response": "1956-01-01", "ground_truth": null, "score": 0.0}, "rows[46].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[66].datum_gehalts\u00e4nderung.interpretation": {"response": "2010-01-01", "ground_truth": null, "score": 0.0}, "rows[74].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].dienstort.is_crossed_out": {"response": false, "ground_truth": false, "score": 1.0}, "rows[45].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[8].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[25].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[39].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "13800", "ground_truth": null, "score": 0.0}, "rows[6].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[24].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[71].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[11].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[33].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[46].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[23].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[17].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 7'200.-", "ground_truth": null, "score": 0.0}, "rows[22].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[33].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[31].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "22500", "ground_truth": null, "score": 0.0}, "rows[11].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[3].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 3'000.-", "ground_truth": null, "score": 0.0}, "rows[41].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[43].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[67].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[69].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[70].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[76].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[9].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[68].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[19].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[37].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[44].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1988", "ground_truth": null, "score": 0.0}, "rows[0].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": false, "score": 1.0}, "rows[8].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[76].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[18].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].datum_gehalts\u00e4nderung.interpretation": {"response": "1999-01-01", "ground_truth": null, "score": 0.0}, "rows[72].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[49].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[9].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[29].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[42].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[67].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[75].datum_gehalts\u00e4nderung.interpretation": {"response": "2019-01-01", "ground_truth": null, "score": 0.0}, "rows[41].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[69].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[65].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[47].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[45].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[8].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[8].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[35].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[34].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[31].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[55].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[15].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[51].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[72].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[54].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[1].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "2400", "ground_truth": null, "score": 0.0}, "rows[61].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[4].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[63].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[26].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[6].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1950", "ground_truth": null, "score": 0.0}, "rows[30].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[10].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[5].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[46].datum_gehalts\u00e4nderung.interpretation": {"response": "1990-01-01", "ground_truth": null, "score": 0.0}, "rows[64].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[1].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[35].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[14].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 6'300.-", "ground_truth": null, "score": 0.0}, "rows[43].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 15'000.-", "ground_truth": null, "score": 0.0}, "rows[49].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[41].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[17].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[26].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "9900", "ground_truth": null, "score": 0.0}, "rows[73].datum_gehalts\u00e4nderung.interpretation": {"response": "2017-01-01", "ground_truth": null, "score": 0.0}, "rows[70].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[25].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[28].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "10500", "ground_truth": null, "score": 0.0}, "rows[76].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[74].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "24300", "ground_truth": null, "score": 0.0}, "rows[29].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[75].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[46].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[57].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[58].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[35].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[39].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[3].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[62].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[47].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[5].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[38].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "13500", "ground_truth": null, "score": 0.0}, "rows[33].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[8].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[8].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[25].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[73].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[36].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[37].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[37].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": null, "ground_truth": "3. Dez. 45", "score": 0.0}, "rows[67].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[1].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1946", "ground_truth": null, "score": 0.0}, "rows[62].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[8].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[62].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[58].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "19500", "ground_truth": null, "score": 0.0}, "rows[65].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[43].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[50].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[13].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[51].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[53].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[72].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2016", "ground_truth": null, "score": 0.0}, "rows[55].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[27].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 10'200.-", "ground_truth": null, "score": 0.0}, "rows[51].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[72].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[14].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[70].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "23100", "ground_truth": null, "score": 0.0}, "rows[29].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[12].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[12].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[36].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[15].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 6'600.-", "ground_truth": null, "score": 0.0}, "rows[22].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[25].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1969", "ground_truth": null, "score": 0.0}, "rows[58].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[65].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[29].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[56].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[26].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[7].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[18].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[44].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[11].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[4].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[14].datum_gehalts\u00e4nderung.interpretation": {"response": "1958-01-01", "ground_truth": null, "score": 0.0}, "rows[59].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2003", "ground_truth": null, "score": 0.0}, "rows[14].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "6300", "ground_truth": null, "score": 0.0}, "rows[33].datum_gehalts\u00e4nderung.interpretation": {"response": "1977-01-01", "ground_truth": null, "score": 0.0}, "rows[38].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[43].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[52].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[51].datum_gehalts\u00e4nderung.interpretation": {"response": "1995-01-01", "ground_truth": null, "score": 0.0}, "rows[2].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[42].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[73].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[36].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[1].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[41].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[49].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1993", "ground_truth": null, "score": 0.0}, "rows[46].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[9].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[4].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[66].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[21].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[4].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[17].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[27].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[54].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[38].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[11].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[13].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[38].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[41].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[11].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[52].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[17].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[56].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[11].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[65].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[13].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[26].datum_gehalts\u00e4nderung.interpretation": {"response": "1970-01-01", "ground_truth": null, "score": 0.0}, "rows[30].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[19].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[49].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "16800", "ground_truth": null, "score": 0.0}, "rows[12].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[2].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[26].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1970", "ground_truth": null, "score": 0.0}, "rows[7].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[38].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[58].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[71].datum_gehalts\u00e4nderung.interpretation": {"response": "2015-01-01", "ground_truth": null, "score": 0.0}, "rows[4].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 3'300.-", "ground_truth": null, "score": 0.0}, "rows[1].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[45].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "15600", "ground_truth": null, "score": 0.0}, "rows[24].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[20].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[46].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 15'900.-", "ground_truth": null, "score": 0.0}, "rows[37].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1981", "ground_truth": null, "score": 0.0}, "rows[19].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1963", "ground_truth": null, "score": 0.0}, "rows[45].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[33].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[16].datum_gehalts\u00e4nderung.interpretation": {"response": "1960-01-01", "ground_truth": null, "score": 0.0}, "rows[73].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[7].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[6].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[47].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[69].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[33].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[22].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[20].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[25].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[46].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[70].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[22].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[10].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[31].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[19].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[6].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[61].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[21].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[36].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1980", "ground_truth": null, "score": 0.0}, "rows[47].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[66].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[47].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[65].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[51].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[52].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[59].datum_gehalts\u00e4nderung.interpretation": {"response": "2003-01-01", "ground_truth": null, "score": 0.0}, "rows[39].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[42].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "14700", "ground_truth": null, "score": 0.0}, "rows[29].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[71].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[54].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[59].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[22].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[40].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[69].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[34].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[74].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[18].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[0].gehaltsklasse.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[33].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[68].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[1].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[6].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[2].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "2700", "ground_truth": null, "score": 0.0}, "rows[3].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1947", "ground_truth": null, "score": 0.0}, "rows[63].datum_gehalts\u00e4nderung.interpretation": {"response": "2007-01-01", "ground_truth": null, "score": 0.0}, "rows[46].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1990", "ground_truth": null, "score": 0.0}, "rows[53].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[75].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "24600", "ground_truth": null, "score": 0.0}, "rows[55].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[11].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[37].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[52].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[26].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[61].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[49].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[72].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[39].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[39].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[0].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": "+ Zulagen", "score": 0.0}, "rows[51].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1995", "ground_truth": null, "score": 0.0}, "rows[11].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[30].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[37].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[6].datum_gehalts\u00e4nderung.interpretation": {"response": "1950-01-01", "ground_truth": null, "score": 0.0}, "rows[40].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[64].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 21'300.-", "ground_truth": null, "score": 0.0}, "rows[68].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[35].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[65].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[20].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[74].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[14].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[1].datum_gehalts\u00e4nderung.interpretation": {"response": "1946-01-01", "ground_truth": null, "score": 0.0}, "rows[59].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[13].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[54].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[53].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 18'000.-", "ground_truth": null, "score": 0.0}, "rows[10].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[75].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[42].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[27].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[61].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[71].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[73].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[24].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "9300", "ground_truth": null, "score": 0.0}, "rows[70].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[57].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[43].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[24].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[34].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[59].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[36].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[70].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2014", "ground_truth": null, "score": 0.0}, "rows[58].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[65].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 21'600.-", "ground_truth": null, "score": 0.0}, "rows[38].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[50].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[46].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "15900", "ground_truth": null, "score": 0.0}, "rows[46].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[28].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[29].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[5].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[39].datum_gehalts\u00e4nderung.interpretation": {"response": "1983-01-01", "ground_truth": null, "score": 0.0}, "rows[16].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[26].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[0].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": false, "score": 1.0}, "rows[55].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[35].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[31].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1975", "ground_truth": null, "score": 0.0}, "rows[6].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[4].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "3300", "ground_truth": null, "score": 0.0}, "rows[11].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[75].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[25].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[49].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[57].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2001", "ground_truth": null, "score": 0.0}, "rows[27].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[60].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2004", "ground_truth": null, "score": 0.0}, "rows[21].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[20].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[34].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[59].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[9].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2012", "ground_truth": null, "score": 0.0}, "rows[5].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[15].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "6600", "ground_truth": null, "score": 0.0}, "rows[13].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[63].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 21'000.-", "ground_truth": null, "score": 0.0}, "rows[33].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[53].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[16].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "6900", "ground_truth": null, "score": 0.0}, "rows[17].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1961", "ground_truth": null, "score": 0.0}, "rows[51].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[49].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[56].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "18900", "ground_truth": null, "score": 0.0}, "rows[76].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2020", "ground_truth": null, "score": 0.0}, "rows[58].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[22].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[39].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[32].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[39].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[47].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[52].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[32].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[22].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[63].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "21000", "ground_truth": null, "score": 0.0}, "rows[28].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[35].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[15].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[15].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].gehaltsklasse.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[32].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1976", "ground_truth": null, "score": 0.0}, "rows[38].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[18].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[39].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[14].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[17].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[52].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "17700", "ground_truth": null, "score": 0.0}, "rows[54].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[62].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[3].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[64].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "21300", "ground_truth": null, "score": 0.0}, "rows[41].datum_gehalts\u00e4nderung.interpretation": {"response": "1985-01-01", "ground_truth": null, "score": 0.0}, "rows[2].datum_gehalts\u00e4nderung.interpretation": {"response": "1946-10-01", "ground_truth": null, "score": 0.0}, "rows[71].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[61].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[35].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[6].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[9].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[69].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[65].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2009", "ground_truth": null, "score": 0.0}, "rows[28].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[37].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[30].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[40].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 14'100.-", "ground_truth": null, "score": 0.0}, "rows[12].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[57].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[30].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[74].datum_gehalts\u00e4nderung.interpretation": {"response": "2018-01-01", "ground_truth": null, "score": 0.0}, "rows[45].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[37].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 13'200.-", "ground_truth": null, "score": 0.0}, "rows[17].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[73].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[41].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[4].datum_gehalts\u00e4nderung.interpretation": {"response": "1948-01-01", "ground_truth": null, "score": 0.0}, "rows[14].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[17].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[5].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[36].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[62].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[30].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[76].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[21].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1965", "ground_truth": null, "score": 0.0}, "rows[9].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[42].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[51].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[72].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": false, "score": 1.0}, "rows[7].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[43].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[9].datum_gehalts\u00e4nderung.interpretation": {"response": "1953-01-01", "ground_truth": null, "score": 0.0}, "rows[16].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[48].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[3].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[43].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[21].datum_gehalts\u00e4nderung.interpretation": {"response": "1965-01-01", "ground_truth": null, "score": 0.0}, "rows[14].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[46].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[76].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[12].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[54].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1998", "ground_truth": null, "score": 0.0}, "rows[60].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[27].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[40].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1984", "ground_truth": null, "score": 0.0}, "rows[40].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": null, "ground_truth": "4600.-", "score": 0.0}, "rows[19].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "7800", "ground_truth": null, "score": 0.0}, "rows[2].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Okt. 1946", "ground_truth": null, "score": 0.0}, "rows[55].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[16].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[9].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[50].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[73].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[29].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[52].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[75].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[43].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[8].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1952", "ground_truth": null, "score": 0.0}, "rows[33].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[41].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[14].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[16].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[70].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 23'100.-", "ground_truth": null, "score": 0.0}, "rows[7].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[26].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[74].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[20].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[51].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "17400", "ground_truth": null, "score": 0.0}, "rows[65].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[31].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[67].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2011", "ground_truth": null, "score": 0.0}, "rows[66].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[19].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[49].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[12].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[62].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[71].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[21].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[16].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[52].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[37].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[52].datum_gehalts\u00e4nderung.interpretation": {"response": "1996-01-01", "ground_truth": null, "score": 0.0}, "rows[18].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[18].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[32].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[4].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[61].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "20400", "ground_truth": null, "score": 0.0}, "rows[70].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[4].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[33].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[75].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[24].datum_gehalts\u00e4nderung.interpretation": {"response": "1968-01-01", "ground_truth": null, "score": 0.0}, "rows[28].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[75].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[38].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 13'500.-", "ground_truth": null, "score": 0.0}, "rows[63].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[48].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[37].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[0].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[23].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 9'000.-", "ground_truth": null, "score": 0.0}, "rows[31].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "11400", "ground_truth": null, "score": 0.0}, "rows[22].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1966", "ground_truth": null, "score": 0.0}, "rows[28].datum_gehalts\u00e4nderung.interpretation": {"response": "1972-01-01", "ground_truth": null, "score": 0.0}, "rows[3].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[26].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[34].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[34].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[54].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[15].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[48].datum_gehalts\u00e4nderung.interpretation": {"response": "1992-01-01", "ground_truth": null, "score": 0.0}, "rows[76].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[32].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[8].datum_gehalts\u00e4nderung.interpretation": {"response": "1952-01-01", "ground_truth": null, "score": 0.0}, "rows[38].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[50].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[1].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[48].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[14].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[36].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[71].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[11].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1955", "ground_truth": null, "score": 0.0}, "rows[74].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[22].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "8700", "ground_truth": null, "score": 0.0}, "rows[6].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[67].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[74].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[24].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[29].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[35].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[16].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[58].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2002", "ground_truth": null, "score": 0.0}, "rows[49].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[14].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[39].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[54].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[39].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1983", "ground_truth": null, "score": 0.0}, "rows[64].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[34].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[3].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[67].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[72].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 23'700.-", "ground_truth": null, "score": 0.0}, "rows[9].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 4'800.-", "ground_truth": null, "score": 0.0}, "rows[22].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[16].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[21].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[33].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 12'000.-", "ground_truth": null, "score": 0.0}, "rows[11].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 5'400.-", "ground_truth": null, "score": 0.0}, "rows[5].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[67].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[51].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[53].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[53].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[6].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[54].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[37].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[75].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[16].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[6].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 3'900.-", "ground_truth": null, "score": 0.0}, "rows[71].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[64].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[73].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "24000", "ground_truth": null, "score": 0.0}, "rows[59].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[20].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[1].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[53].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[74].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[29].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "10800", "ground_truth": null, "score": 0.0}, "rows[66].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[51].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[49].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[32].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[16].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[55].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[61].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[24].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[23].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[66].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[31].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 11'400.-", "ground_truth": null, "score": 0.0}, "rows[67].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[48].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[21].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[76].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[76].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[50].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[12].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[60].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[61].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[47].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[0].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsassistentin", "ground_truth": "Koch", "score": 0.0}, "rows[7].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 4'200.-", "ground_truth": null, "score": 0.0}, "rows[53].datum_gehalts\u00e4nderung.interpretation": {"response": "1997-01-01", "ground_truth": null, "score": 0.0}, "rows[71].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2015", "ground_truth": null, "score": 0.0}, "rows[62].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[34].datum_gehalts\u00e4nderung.interpretation": {"response": "1978-01-01", "ground_truth": null, "score": 0.0}, "rows[21].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "8400", "ground_truth": null, "score": 0.0}, "rows[46].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[67].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[49].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 16'800.-", "ground_truth": null, "score": 0.0}, "rows[28].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 10'500.-", "ground_truth": null, "score": 0.0}, "rows[32].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "11700", "ground_truth": null, "score": 0.0}, "rows[53].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[12].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[11].datum_gehalts\u00e4nderung.interpretation": {"response": "1955-01-01", "ground_truth": null, "score": 0.0}, "rows[66].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[76].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[17].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[51].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[28].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[5].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[24].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[18].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[12].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "5700", "ground_truth": null, "score": 0.0}, "rows[36].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 12'900.-", "ground_truth": null, "score": 0.0}, "rows[68].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[69].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[56].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[11].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}, "rows[26].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[47].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[12].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[42].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[75].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 2019", "ground_truth": null, "score": 0.0}, "rows[5].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[23].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[51].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 17'400.-", "ground_truth": null, "score": 0.0}, "rows[57].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[69].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[24].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[64].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[20].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "8100", "ground_truth": null, "score": 0.0}, "rows[71].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[7].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[22].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[27].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[13].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[39].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[61].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[27].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[36].datum_gehalts\u00e4nderung.interpretation": {"response": "1980-01-01", "ground_truth": null, "score": 0.0}, "rows[64].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[36].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "12900", "ground_truth": null, "score": 0.0}, "rows[24].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1968", "ground_truth": null, "score": 0.0}, "rows[13].datum_gehalts\u00e4nderung.interpretation": {"response": "1957-01-01", "ground_truth": null, "score": 0.0}, "rows[10].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[49].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[21].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[5].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 3'600.-", "ground_truth": null, "score": 0.0}, "rows[30].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 11'100.-", "ground_truth": null, "score": 0.0}, "rows[23].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "9000", "ground_truth": null, "score": 0.0}, "rows[41].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[40].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[5].datum_gehalts\u00e4nderung.interpretation": {"response": "1949-01-01", "ground_truth": null, "score": 0.0}, "rows[47].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "16200", "ground_truth": null, "score": 0.0}, "rows[27].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "10200", "ground_truth": null, "score": 0.0}, "rows[46].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[20].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[25].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[30].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[1].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsassistentin", "ground_truth": null, "score": 0.0}, "rows[66].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 21'900.-", "ground_truth": null, "score": 0.0}, "rows[56].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[67].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[37].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[4].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1948", "ground_truth": null, "score": 0.0}, "rows[39].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 13'800.-", "ground_truth": null, "score": 0.0}, "rows[13].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[19].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[31].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[2].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[14].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[15].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[48].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1992", "ground_truth": null, "score": 0.0}, "rows[54].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[45].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[68].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[72].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[4].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[21].dienstort.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[33].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "12000", "ground_truth": null, "score": 0.0}, "rows[20].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1964", "ground_truth": null, "score": 0.0}, "rows[25].datum_gehalts\u00e4nderung.interpretation": {"response": "1969-01-01", "ground_truth": null, "score": 0.0}, "rows[32].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[35].datum_gehalts\u00e4nderung.diplomatic_transcript": {"response": "1. Jan. 1979", "ground_truth": null, "score": 0.0}, "rows[50].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[27].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[50].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[7].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[38].gehaltsklasse.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[62].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 20'700.-", "ground_truth": null, "score": 0.0}, "rows[45].datum_gehalts\u00e4nderung.interpretation": {"response": "1989-01-01", "ground_truth": null, "score": 0.0}, "rows[27].datum_gehalts\u00e4nderung.interpretation": {"response": "1971-01-01", "ground_truth": null, "score": 0.0}, "rows[13].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[19].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[17].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[16].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 6'900.-", "ground_truth": null, "score": 0.0}, "rows[37].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "13200", "ground_truth": null, "score": 0.0}, "rows[27].gehaltsklasse.diplomatic_transcript": {"response": "III", "ground_truth": null, "score": 0.0}, "rows[28].dienstort.diplomatic_transcript": {"response": "Basel", "ground_truth": null, "score": 0.0}, "rows[75].dienstliche_stellung.diplomatic_transcript": {"response": "Hilfsleiterin", "ground_truth": null, "score": 0.0}, "rows[24].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[59].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 19'800.-", "ground_truth": null, "score": 0.0}, "rows[16].dienstort.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[52].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[61].datum_gehalts\u00e4nderung.interpretation": {"response": "2005-01-01", "ground_truth": null, "score": 0.0}, "rows[8].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 4'500.-", "ground_truth": null, "score": 0.0}, "rows[37].bemerkungen.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[5].gehaltsklasse.interpretation": {"response": "3", "ground_truth": null, "score": 0.0}, "rows[76].jahresgehalt_monatsgehalt_taglohn.diplomatic_transcript": {"response": "Fr. 24'900.-", "ground_truth": null, "score": 0.0}, "rows[10].jahresgehalt_monatsgehalt_taglohn.interpretation": {"response": "5100", "ground_truth": null, "score": 0.0}, "rows[18].bemerkungen.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[40].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[69].jahresgehalt_monatsgehalt_taglohn.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[3].dienstliche_stellung.interpretation": {"response": null, "ground_truth": null, "score": 1.0}, "rows[73].datum_gehalts\u00e4nderung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[25].dienstliche_stellung.is_crossed_out": {"response": false, "ground_truth": null, "score": 0.0}, "rows[2].bemerkungen.diplomatic_transcript": {"response": null, "ground_truth": null, "score": 1.0}}, "total_fields": 1463}, "raw_response": "{\"id\":\"97c4df884f954428a9d7402f396d7a7e\",\"object\":\"chat.completion\",\"model\":\"mistral-medium-2505\",\"usage\":{\"prompt_tokens\":1877,\"completion_tokens\":21857,\"total_tokens\":23734,\"num_cached_tokens\":0},\"created\":1770699097,\"choices\":[{\"index\":0,\"message\":{\"content\":\"{\\n  \\\"rows\\\": [\\n    {\\n      \\\"row_number\\\": 1,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsassistentin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 2,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsassistentin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 2'400.-\\\",\\n        \\\"interpretation\\\": \\\"2400\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1946\\\",\\n        \\\"interpretation\\\": \\\"1946-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 3,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 2'700.-\\\",\\n        \\\"interpretation\\\": \\\"2700\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Okt. 1946\\\",\\n        \\\"interpretation\\\": \\\"1946-10-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 4,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 3'000.-\\\",\\n        \\\"interpretation\\\": \\\"3000\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1947\\\",\\n        \\\"interpretation\\\": \\\"1947-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 5,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 3'300.-\\\",\\n        \\\"interpretation\\\": \\\"3300\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1948\\\",\\n        \\\"interpretation\\\": \\\"1948-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 6,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 3'600.-\\\",\\n        \\\"interpretation\\\": \\\"3600\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1949\\\",\\n        \\\"interpretation\\\": \\\"1949-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 7,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 3'900.-\\\",\\n        \\\"interpretation\\\": \\\"3900\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1950\\\",\\n        \\\"interpretation\\\": \\\"1950-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 8,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 4'200.-\\\",\\n        \\\"interpretation\\\": \\\"4200\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1951\\\",\\n        \\\"interpretation\\\": \\\"1951-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 9,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 4'500.-\\\",\\n        \\\"interpretation\\\": \\\"4500\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1952\\\",\\n        \\\"interpretation\\\": \\\"1952-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 10,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 4'800.-\\\",\\n        \\\"interpretation\\\": \\\"4800\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1953\\\",\\n        \\\"interpretation\\\": \\\"1953-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 11,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 5'100.-\\\",\\n        \\\"interpretation\\\": \\\"5100\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1954\\\",\\n        \\\"interpretation\\\": \\\"1954-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 12,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 5'400.-\\\",\\n        \\\"interpretation\\\": \\\"5400\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1955\\\",\\n        \\\"interpretation\\\": \\\"1955-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 13,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 5'700.-\\\",\\n        \\\"interpretation\\\": \\\"5700\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1956\\\",\\n        \\\"interpretation\\\": \\\"1956-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 14,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 6'000.-\\\",\\n        \\\"interpretation\\\": \\\"6000\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1957\\\",\\n        \\\"interpretation\\\": \\\"1957-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 15,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 6'300.-\\\",\\n        \\\"interpretation\\\": \\\"6300\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1958\\\",\\n        \\\"interpretation\\\": \\\"1958-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 16,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 6'600.-\\\",\\n        \\\"interpretation\\\": \\\"6600\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1959\\\",\\n        \\\"interpretation\\\": \\\"1959-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 17,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 6'900.-\\\",\\n        \\\"interpretation\\\": \\\"6900\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1960\\\",\\n        \\\"interpretation\\\": \\\"1960-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 18,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 7'200.-\\\",\\n        \\\"interpretation\\\": \\\"7200\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1961\\\",\\n        \\\"interpretation\\\": \\\"1961-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 19,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 7'500.-\\\",\\n        \\\"interpretation\\\": \\\"7500\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1962\\\",\\n        \\\"interpretation\\\": \\\"1962-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 20,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 7'800.-\\\",\\n        \\\"interpretation\\\": \\\"7800\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1963\\\",\\n        \\\"interpretation\\\": \\\"1963-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 21,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 8'100.-\\\",\\n        \\\"interpretation\\\": \\\"8100\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1964\\\",\\n        \\\"interpretation\\\": \\\"1964-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 22,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 8'400.-\\\",\\n        \\\"interpretation\\\": \\\"8400\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1965\\\",\\n        \\\"interpretation\\\": \\\"1965-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 23,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 8'700.-\\\",\\n        \\\"interpretation\\\": \\\"8700\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1966\\\",\\n        \\\"interpretation\\\": \\\"1966-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 24,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 9'000.-\\\",\\n        \\\"interpretation\\\": \\\"9000\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1967\\\",\\n        \\\"interpretation\\\": \\\"1967-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 25,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 9'300.-\\\",\\n        \\\"interpretation\\\": \\\"9300\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1968\\\",\\n        \\\"interpretation\\\": \\\"1968-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 26,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 9'600.-\\\",\\n        \\\"interpretation\\\": \\\"9600\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1969\\\",\\n        \\\"interpretation\\\": \\\"1969-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 27,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 9'900.-\\\",\\n        \\\"interpretation\\\": \\\"9900\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1970\\\",\\n        \\\"interpretation\\\": \\\"1970-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 28,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 10'200.-\\\",\\n        \\\"interpretation\\\": \\\"10200\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1971\\\",\\n        \\\"interpretation\\\": \\\"1971-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 29,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 10'500.-\\\",\\n        \\\"interpretation\\\": \\\"10500\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1972\\\",\\n        \\\"interpretation\\\": \\\"1972-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 30,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 10'800.-\\\",\\n        \\\"interpretation\\\": \\\"10800\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1973\\\",\\n        \\\"interpretation\\\": \\\"1973-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 31,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 11'100.-\\\",\\n        \\\"interpretation\\\": \\\"11100\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1974\\\",\\n        \\\"interpretation\\\": \\\"1974-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 32,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 11'400.-\\\",\\n        \\\"interpretation\\\": \\\"11400\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1975\\\",\\n        \\\"interpretation\\\": \\\"1975-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 33,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 11'700.-\\\",\\n        \\\"interpretation\\\": \\\"11700\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1976\\\",\\n        \\\"interpretation\\\": \\\"1976-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 34,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 12'000.-\\\",\\n        \\\"interpretation\\\": \\\"12000\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1977\\\",\\n        \\\"interpretation\\\": \\\"1977-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 35,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 12'300.-\\\",\\n        \\\"interpretation\\\": \\\"12300\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1978\\\",\\n        \\\"interpretation\\\": \\\"1978-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 36,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 12'600.-\\\",\\n        \\\"interpretation\\\": \\\"12600\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1979\\\",\\n        \\\"interpretation\\\": \\\"1979-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 37,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 12'900.-\\\",\\n        \\\"interpretation\\\": \\\"12900\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1980\\\",\\n        \\\"interpretation\\\": \\\"1980-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 38,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 13'200.-\\\",\\n        \\\"interpretation\\\": \\\"13200\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1981\\\",\\n        \\\"interpretation\\\": \\\"1981-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 39,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 13'500.-\\\",\\n        \\\"interpretation\\\": \\\"13500\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1982\\\",\\n        \\\"interpretation\\\": \\\"1982-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 40,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 13'800.-\\\",\\n        \\\"interpretation\\\": \\\"13800\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1983\\\",\\n        \\\"interpretation\\\": \\\"1983-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 41,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 14'100.-\\\",\\n        \\\"interpretation\\\": \\\"14100\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1984\\\",\\n        \\\"interpretation\\\": \\\"1984-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 42,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 14'400.-\\\",\\n        \\\"interpretation\\\": \\\"14400\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1985\\\",\\n        \\\"interpretation\\\": \\\"1985-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 43,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 14'700.-\\\",\\n        \\\"interpretation\\\": \\\"14700\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1986\\\",\\n        \\\"interpretation\\\": \\\"1986-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 44,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 15'000.-\\\",\\n        \\\"interpretation\\\": \\\"15000\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1987\\\",\\n        \\\"interpretation\\\": \\\"1987-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 45,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 15'300.-\\\",\\n        \\\"interpretation\\\": \\\"15300\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1988\\\",\\n        \\\"interpretation\\\": \\\"1988-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 46,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 15'600.-\\\",\\n        \\\"interpretation\\\": \\\"15600\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1989\\\",\\n        \\\"interpretation\\\": \\\"1989-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 47,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 15'900.-\\\",\\n        \\\"interpretation\\\": \\\"15900\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1990\\\",\\n        \\\"interpretation\\\": \\\"1990-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 48,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 16'200.-\\\",\\n        \\\"interpretation\\\": \\\"16200\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1991\\\",\\n        \\\"interpretation\\\": \\\"1991-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 49,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 16'500.-\\\",\\n        \\\"interpretation\\\": \\\"16500\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1992\\\",\\n        \\\"interpretation\\\": \\\"1992-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 50,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 16'800.-\\\",\\n        \\\"interpretation\\\": \\\"16800\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1993\\\",\\n        \\\"interpretation\\\": \\\"1993-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 51,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 17'100.-\\\",\\n        \\\"interpretation\\\": \\\"17100\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1994\\\",\\n        \\\"interpretation\\\": \\\"1994-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 52,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 17'400.-\\\",\\n        \\\"interpretation\\\": \\\"17400\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1995\\\",\\n        \\\"interpretation\\\": \\\"1995-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 53,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 17'700.-\\\",\\n        \\\"interpretation\\\": \\\"17700\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1996\\\",\\n        \\\"interpretation\\\": \\\"1996-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 54,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 18'000.-\\\",\\n        \\\"interpretation\\\": \\\"18000\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1997\\\",\\n        \\\"interpretation\\\": \\\"1997-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 55,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 18'300.-\\\",\\n        \\\"interpretation\\\": \\\"18300\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1998\\\",\\n        \\\"interpretation\\\": \\\"1998-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 56,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 18'600.-\\\",\\n        \\\"interpretation\\\": \\\"18600\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 1999\\\",\\n        \\\"interpretation\\\": \\\"1999-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 57,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 18'900.-\\\",\\n        \\\"interpretation\\\": \\\"18900\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2000\\\",\\n        \\\"interpretation\\\": \\\"2000-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 58,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 19'200.-\\\",\\n        \\\"interpretation\\\": \\\"19200\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2001\\\",\\n        \\\"interpretation\\\": \\\"2001-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 59,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 19'500.-\\\",\\n        \\\"interpretation\\\": \\\"19500\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2002\\\",\\n        \\\"interpretation\\\": \\\"2002-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 60,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 19'800.-\\\",\\n        \\\"interpretation\\\": \\\"19800\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2003\\\",\\n        \\\"interpretation\\\": \\\"2003-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 61,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 20'100.-\\\",\\n        \\\"interpretation\\\": \\\"20100\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2004\\\",\\n        \\\"interpretation\\\": \\\"2004-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 62,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 20'400.-\\\",\\n        \\\"interpretation\\\": \\\"20400\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2005\\\",\\n        \\\"interpretation\\\": \\\"2005-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 63,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 20'700.-\\\",\\n        \\\"interpretation\\\": \\\"20700\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2006\\\",\\n        \\\"interpretation\\\": \\\"2006-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 64,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 21'000.-\\\",\\n        \\\"interpretation\\\": \\\"21000\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2007\\\",\\n        \\\"interpretation\\\": \\\"2007-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 65,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 21'300.-\\\",\\n        \\\"interpretation\\\": \\\"21300\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2008\\\",\\n        \\\"interpretation\\\": \\\"2008-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 66,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 21'600.-\\\",\\n        \\\"interpretation\\\": \\\"21600\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2009\\\",\\n        \\\"interpretation\\\": \\\"2009-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 67,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 21'900.-\\\",\\n        \\\"interpretation\\\": \\\"21900\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2010\\\",\\n        \\\"interpretation\\\": \\\"2010-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 68,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 22'200.-\\\",\\n        \\\"interpretation\\\": \\\"22200\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2011\\\",\\n        \\\"interpretation\\\": \\\"2011-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 69,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 22'500.-\\\",\\n        \\\"interpretation\\\": \\\"22500\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2012\\\",\\n        \\\"interpretation\\\": \\\"2012-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 70,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 22'800.-\\\",\\n        \\\"interpretation\\\": \\\"22800\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2013\\\",\\n        \\\"interpretation\\\": \\\"2013-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 71,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 23'100.-\\\",\\n        \\\"interpretation\\\": \\\"23100\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2014\\\",\\n        \\\"interpretation\\\": \\\"2014-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 72,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 23'400.-\\\",\\n        \\\"interpretation\\\": \\\"23400\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2015\\\",\\n        \\\"interpretation\\\": \\\"2015-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 73,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 23'700.-\\\",\\n        \\\"interpretation\\\": \\\"23700\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2016\\\",\\n        \\\"interpretation\\\": \\\"2016-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 74,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 24'000.-\\\",\\n        \\\"interpretation\\\": \\\"24000\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2017\\\",\\n        \\\"interpretation\\\": \\\"2017-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 75,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 24'300.-\\\",\\n        \\\"interpretation\\\": \\\"24300\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2018\\\",\\n        \\\"interpretation\\\": \\\"2018-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 76,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 24'600.-\\\",\\n        \\\"interpretation\\\": \\\"24600\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2019\\\",\\n        \\\"interpretation\\\": \\\"2019-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    },\\n    {\\n      \\\"row_number\\\": 77,\\n      \\\"dienstliche_stellung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Hilfsleiterin\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"dienstort\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Basel\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"gehaltsklasse\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"III\\\",\\n        \\\"interpretation\\\": \\\"3\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"jahresgehalt_monatsgehalt_taglohn\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"Fr. 24'900.-\\\",\\n        \\\"interpretation\\\": \\\"24900\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"datum_gehalts\u00e4nderung\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"1. Jan. 2020\\\",\\n        \\\"interpretation\\\": \\\"2020-01-01\\\",\\n        \\\"is_crossed_out\\\": false\\n      },\\n      \\\"bemerkungen\\\": {\\n        \\\"diplomatic_transcript\\\": \\\"\\\",\\n        \\\"interpretation\\\": null,\\n        \\\"is_crossed_out\\\": false\\n      }\\n    }\\n  ]\\n}\",\"tool_calls\":null,\"prefix\":false,\"role\":\"assistant\"},\"finish_reason\":\"stop\"}]}"}, "scoring": {"f1_micro": 0.042212654436540625, "f1_macro": 0.023934426229508195, "micro_precision": 0.023926998779776117, "micro_recall": 0.17903930131004367, "total_instances": 61, "total_tp": 451, "total_fp": 18398, "total_fn": 2068, "cost_summary": {"total_input_tokens": 39082, "total_output_tokens": 347892, "total_tokens": 386974, "input_cost_usd": 0.015632800000000002, "output_cost_usd": 0.695784, "total_cost_usd": 0.7114168000000002}}, "normalized_score": 4.221265443654063}