{"id":79604,"date":"2024-10-02T11:31:50","date_gmt":"2024-10-02T09:31:50","guid":{"rendered":"https:\/\/codeoscopic.com\/?page_id=79604"},"modified":"2024-11-22T10:01:58","modified_gmt":"2024-11-22T09:01:58","slug":"tesis-connectivity-ext","status":"publish","type":"page","link":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/","title":{"rendered":"Conectivity +"},"content":{"rendered":"<div class=\"main_cdscpc_tesis_app\">\r\n\r\n    <div class=\"main_intro\">\r\n\r\n        <div class=\"main_logos pc\">\r\n            <img decoding=\"async\" class=\"logo_wrkspc\" src=\"\/wp-content\/uploads\/kit-prensa\/workspace\/svg\/logo-wrkspc-white.svg\" alt=\"\">\r\n            <span class=\"separator\"><\/span>\r\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/kit-prensa\/tesis\/svg\/logo-tesis-white.svg\" alt=\"\">\r\n        <\/div>\r\n\r\n        <div class=\"main_logos mov\">\r\n            <img decoding=\"async\" class=\"logo_wrkspc\" src=\"\/wp-content\/uploads\/kit-prensa\/wrkspc.svg\" alt=\"\">\r\n            <span class=\"separator\"><\/span>\r\n            <img decoding=\"async\" src=\"\/wp-content\/uploads\/kit-prensa\/tss.svg\" alt=\"\">\r\n        <\/div>\r\n\r\n        <div class=\"main_tabs\"><div class=\"wrap_tabs\"><a href=\"https:\/\/codeoscopic.com\/es\/workspace\/tesis\/\" >ERP<\/a><a href=\"https:\/\/codeoscopic.com\/es\/workspace\/tesis\/tesis-caracteristicas\/\" >Caracter\u00edsticas<\/a><a href=\"https:\/\/codeoscopic.com\/es\/workspace\/tesis\/tesis-conectividad\/\" >Conectividad<\/a><\/div><\/div>\r\n    <\/div>\r\n\r\n         <div class=\"main_content_sections\">\r\n\r\n                <!-- \u00b7\u00b7\u00b7\u00b7\u00b7 -->\r\n                <!-- Claim -->\r\n\r\n                <div class=\"main_claim\">\r\n                    <div class=\"wrap_claim\">\r\n                         <h1>Connectivity and Integration Services for efficient data management<\/h1>\r\n                        <p><b>Optimise your connectivity processes with insurers<\/b> thanks to this service. Whether integrating through TIREA&#8217;s CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                    <div class=\"main_composition_app\">\n            \n    <div class=\"main_filter_bar\">\n        <span class=\"title_filter\">Connectivity Services<\/span>\n        <div class=\"filter\">\n            <!-- Tags -->\n            <div class=\"tags\">\n                                    <div class=\"check_tag eiac\">\n                        <input type=\"checkbox\" name=\"eiac_tag\" value=\"1\" id=\"eiac_tag\" aria-invalid=\"false\">\n                        <label for=\"eiac_tag\" class=\"check\">EIAC<\/label>\n                    <\/div>\n                                    <div class=\"check_tag cima\">\n                        <input type=\"checkbox\" name=\"cima_tag\" value=\"1\" id=\"cima_tag\" aria-invalid=\"false\">\n                        <label for=\"cima_tag\" class=\"check\">CIMA<\/label>\n                    <\/div>\n                                    <div class=\"check_tag sitec\">\n                        <input type=\"checkbox\" name=\"sitec_tag\" value=\"1\" id=\"sitec_tag\" aria-invalid=\"false\">\n                        <label for=\"sitec_tag\" class=\"check\">SITEC<\/label>\n                    <\/div>\n                                    <div class=\"check_tag dbf\">\n                        <input type=\"checkbox\" name=\"dbf_tag\" value=\"1\" id=\"dbf_tag\" aria-invalid=\"false\">\n                        <label for=\"dbf_tag\" class=\"check\">DBF<\/label>\n                    <\/div>\n                                    <div class=\"check_tag txt\">\n                        <input type=\"checkbox\" name=\"txt_tag\" value=\"1\" id=\"txt_tag\" aria-invalid=\"false\">\n                        <label for=\"txt_tag\" class=\"check\">TXT<\/label>\n                    <\/div>\n                                    <div class=\"check_tag xls\">\n                        <input type=\"checkbox\" name=\"xls_tag\" value=\"1\" id=\"xls_tag\" aria-invalid=\"false\">\n                        <label for=\"xls_tag\" class=\"check\">XLS<\/label>\n                    <\/div>\n                                    <div class=\"check_tag csv\">\n                        <input type=\"checkbox\" name=\"csv_tag\" value=\"1\" id=\"csv_tag\" aria-invalid=\"false\">\n                        <label for=\"csv_tag\" class=\"check\">CSV<\/label>\n                    <\/div>\n                            <\/div>\n            <!-- Input -->\n            <div class=\"wrap_input\">\n                <input id=\"aseguradora\" type=\"text\" required \/>\n                <label for=\"aseguradora\">Insurance<\/label>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- A\u00f1adir el script JavaScript para el filtrado en el cliente -->\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const aseguradoraInput = document.getElementById('aseguradora');\n            const checkboxes = document.querySelectorAll('.tags input[type=\"checkbox\"]');\n            const tableRows = document.querySelectorAll('.main_table_app tbody tr.company_item');\n\n            function filterRows() {\n                const filterText = aseguradoraInput.value.toLowerCase();\n\n                \/\/ Obtener los formatos seleccionados\n                const selectedFormats = [];\n                checkboxes.forEach(function(checkbox) {\n                    if (checkbox.checked) {\n                        const formatKey = checkbox.getAttribute('name').replace('_tag', '');\n                        selectedFormats.push(formatKey);\n                    }\n                });\n\n                tableRows.forEach(function(row) {\n                    const companyCell = row.querySelector('td.fix');\n                    let companyName = '';\n\n                    \/\/ Obtener el nombre de la compa\u00f1\u00eda\n                    if (companyCell.querySelector('img')) {\n                        companyName = companyCell.querySelector('img').getAttribute('alt').toLowerCase();\n                    } else {\n                        companyName = companyCell.textContent.toLowerCase();\n                    }\n\n                    \/\/ Verificar si el nombre coincide con el filtro de texto\n                    const matchesText = companyName.includes(filterText);\n\n                    \/\/ Verificar si la fila tiene los formatos seleccionados\n                    let matchesFormats = true;\n\n                    if (selectedFormats.length > 0) {\n                        matchesFormats = false;\n                        selectedFormats.forEach(function(formatKey) {\n                            const formatTags = row.querySelectorAll('.main_tag.' + formatKey + ':not(.hidden)');\n                            if (formatTags.length > 0) {\n                                matchesFormats = true;\n                            }\n                        });\n                    }\n\n                    \/\/ Mostrar u ocultar la fila seg\u00fan los filtros\n                    if (matchesText && matchesFormats) {\n                        row.classList.remove('hidden_row_no_results');\n                    } else {\n                        row.classList.add('hidden_row_no_results');\n                    }\n                });\n            }\n\n            \/\/ Escuchar cambios en el campo de texto y en los checkboxes\n            aseguradoraInput.addEventListener('input', filterRows);\n            checkboxes.forEach(function(checkbox) {\n                checkbox.addEventListener('change', filterRows);\n            });\n\n            \/\/ Ejecutar la funci\u00f3n de filtrado al cargar la p\u00e1gina\n            filterRows();\n        });\n    <\/script>\n            <div class=\"wrap_composition_app\">\n            <!-- Tabla de conectividad -->\n            <table class=\"main_table_app\" cellspacing=\"0\">\n                <tbody>\n                    <!-- Encabezado de servicios disponibles -->\n                    <tr>\n                        <td width=\"180\" align=\"center\" valign=\"middle\" class=\"fix\">&nbsp;<\/td>\n                        <td colspan=\"14\" align=\"center\" valign=\"middle\" class=\"th_title\"><span>Available services<\/span><\/td>\n                    <\/tr>\n\n                    <!-- Cabecera de la tabla -->\n                    <tr class=\"th_sub\">\n                        <td width=\"180\" class=\"fix\">Company<\/td>\n                        <td colspan=\"2\">Initial load<\/td>\n                        <td colspan=\"2\">Production<\/td>\n                        <td colspan=\"2\">Potfolio<\/td>\n                        <td colspan=\"2\">Policies<\/td>\n                        <td colspan=\"2\">Receipts<\/td>\n                        <td colspan=\"2\">Claims<\/td>\n                        <td colspan=\"2\">Settlements<\/td>\n                    <\/tr>\n\n                    <!-- Subcabecera -->\n                    <tr class=\"th_sub_sub\">\n                        <td>&nbsp;<\/td>\n                        <td>Off<\/td>\n                        <td class=\"on\">On<\/td>\n                        <td>Off<\/td>\n                        <td class=\"on\">On<\/td>\n                        <td>Off<\/td>\n                        <td class=\"on\">On<\/td>\n                        <td>Off<\/td>\n                        <td class=\"on\">On<\/td>\n                        <td>Off<\/td>\n                        <td class=\"on\">On<\/td>\n                        <td>Off<\/td>\n                        <td class=\"on\">On<\/td>\n                        <td>Off<\/td>\n                        <td class=\"on\">On<\/td>\n                    <\/tr>\n\n                    <!-- Contenido din\u00e1mico -->\n                    <tr><td colspan=\"15\">No existen conectividades.<\/td><\/tr>\n                    <!-- Fila de \"No hay resultados\" -->\n                    <tr class=\"no-results-row hidden_row_no_results\">\n                        <td colspan=\"15\">No hay conectividades para ese criterio de filtrado.<\/td>\n                    <\/tr>\n\n                <\/tbody>\n            <\/table>\n        <\/div>\n    <\/div>\n\n    <!-- A\u00f1adir el script JavaScript para el filtrado en el cliente -->\n    <script>\n        document.addEventListener('DOMContentLoaded', function() {\n            const aseguradoraInput = document.getElementById('aseguradora');\n            const checkboxes = document.querySelectorAll('.tags input[type=\"checkbox\"]');\n            const tableRows = document.querySelectorAll('.main_table_app tbody tr.company_item');\n            const noResultsRow = document.querySelector('.no-results-row');\n\n            function filterRows() {\n                const filterText = aseguradoraInput.value.toLowerCase();\n\n                \/\/ Obtener los formatos seleccionados\n                const selectedFormats = [];\n                checkboxes.forEach(function(checkbox) {\n                    if (checkbox.checked) {\n                        const formatKey = checkbox.getAttribute('name').replace('_tag', '');\n                        selectedFormats.push(formatKey);\n                    }\n                });\n\n                let anyVisible = false; \/\/ Variable para comprobar si hay filas visibles\n\n                tableRows.forEach(function(row) {\n                    const companyCell = row.querySelector('td.fix');\n                    let companyName = '';\n\n                    \/\/ Obtener el nombre de la compa\u00f1\u00eda\n                    if (companyCell.querySelector('img')) {\n                        companyName = companyCell.querySelector('img').getAttribute('alt').toLowerCase();\n                    } else {\n                        companyName = companyCell.textContent.toLowerCase();\n                    }\n\n                    \/\/ Verificar si el nombre coincide con el filtro de texto\n                    const matchesText = companyName.includes(filterText);\n\n                    \/\/ Verificar si la fila tiene los formatos seleccionados\n                    let matchesFormats = true;\n\n                    if (selectedFormats.length > 0) {\n                        matchesFormats = false;\n                        selectedFormats.forEach(function(formatKey) {\n                            const formatTags = row.querySelectorAll('.main_tag.' + formatKey + ':not(.hidden)');\n                            if (formatTags.length > 0) {\n                                matchesFormats = true;\n                            }\n                        });\n                    }\n\n                    \/\/ Mostrar u ocultar la fila seg\u00fan los filtros\n                    if (matchesText && matchesFormats) {\n                        row.classList.remove('hidden_row_no_results');\n                        anyVisible = true; \/\/ Hay al menos una fila visible\n                    } else {\n                        row.classList.add('hidden_row_no_results');\n                    }\n                });\n\n                \/\/ Mostrar u ocultar la fila de \"No hay resultados\"\n                if (anyVisible) {\n                    noResultsRow.classList.add('hidden_row_no_results');\n                } else {\n                    noResultsRow.classList.remove('hidden_row_no_results');\n                }\n            }\n\n            \/\/ Escuchar cambios en el campo de texto y en los checkboxes\n            aseguradoraInput.addEventListener('input', filterRows);\n            checkboxes.forEach(function(checkbox) {\n                checkbox.addEventListener('change', filterRows);\n            });\n\n            \/\/ Ejecutar la funci\u00f3n de filtrado al cargar la p\u00e1gina\n            filterRows();\n        });\n    <\/script>\n\n    \r\n\r\n\r\n                <!-- \u00b7\u00b7\u00b7\u00b7 -->\r\n                <!-- Help -->\r\n\r\n                <div class=\"main_help\">\r\n                    <div class=\"wrap_help\">\r\n                        <span class=\"label\">Legend<\/span>\r\n\r\n                        <!--Content Right-->\r\n                        <div class=\"main_content\">\r\n                            <span class=\"title\">Data extensions supported by a service<\/span>\r\n\r\n                            <!-- EIAC -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"main_tag eiac\">EIAC<\/span>\r\n                                <span class=\"text\">External file<\/span>\r\n                            <\/div>\r\n\r\n                            <!-- CIMA -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"main_tag cima\">CIMA<\/span>\r\n                                <span class=\"text\">Connection to CIMA<\/span>\r\n                            <\/div>\r\n\r\n                            <!-- SITEC -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"main_tag sitec\">SITEC<\/span>\r\n                                <span class=\"text\">Private files<\/span>\r\n                            <\/div>\r\n\r\n                            <!-- DBF -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"main_tag dbf\">DBF<\/span>\r\n                                <span class=\"text\">Database File<\/span>\r\n                            <\/div>\r\n\r\n                            <!-- TXT -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"main_tag txt\">TXT<\/span>\r\n                                <span class=\"text\">Text file<\/span>\r\n                            <\/div>\r\n\r\n                            <!-- XLS -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"main_tag xls\">XLS<\/span>\r\n                                <span class=\"text\">Excel files<\/span>\r\n                            <\/div>\r\n\r\n                            <!-- CSV -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"main_tag csv\">CSV<\/span>\r\n                                <span class=\"text\">Comma-Separated Values<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n\r\n                        <span class=\"separator\"><\/span>\r\n\r\n                        <!-- Content left -->\r\n                        <div class=\"main_content\">\r\n                            <span class=\"title\">Abbreviations<\/span>\r\n\r\n                            <!-- Off -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"title_item\">Off<\/span>\r\n                                <span class=\"text\">Manual Download<\/span>\r\n                            <\/div>\r\n\r\n                            <!-- On -->\r\n                            <div class=\"main_item\">\r\n                                <span class=\"title_item on\">On<\/span>\r\n                                <span class=\"text\">Automatic download<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n\n    <div class=\"main_direct_footer_access\" style=\"background: url(\/wp-content\/uploads\/2025\/04\/bg.png) top center no-repeat #0e162a;\">\n        <div class=\"wrap_direct_footer_access\">\n            <p>Continue exploring solutions that respond to the needs of the insurance sector<\/p>\n            <ul class=\"main_grid_cards\">\n                <li class=\"\">\n                    <a href=\"\/en?page_id=74692\" class=\"main_content avant2\">\n                        <div class=\"logo\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/04\/avant2.svg\" alt=\"\"><\/div>\n                        <span class=\"text\">CRM + Multitarificador: the leading application for insurance sales<\/span>\n                        <img decoding=\"async\" class=\"screen\" src=\"\/wp-content\/uploads\/2024\/07\/screen-avant2.png\" alt=\"\">\n                    <\/a>\n                <\/li>\n                <li class=\"\">\n                    <a href=\"\/en?page_id=16602\" class=\"main_content versus\">\n                        <div class=\"logo\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/04\/versus.svg\" alt=\"\"><\/div>\n                        <span class=\"text\">Segmented market analysis, data monitoring and comparison<\/span>\n                        <img decoding=\"async\" class=\"screen\" src=\"\/wp-content\/uploads\/2024\/07\/screen-versus.png\" alt=\"\">\n                    <\/a>\n                <\/li>\n                <li class=\"\">\n                    <a href=\"\/en?page_id=75002\" class=\"main_content bcover\">\n                        <div class=\"logo\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/04\/bcover.svg\" alt=\"\"><\/div>\n                        <span class=\"text\">Simplify and automate the risk analysis and management of your business clients<\/span>\n                        <img decoding=\"async\" class=\"screen\" src=\"\/wp-content\/uploads\/2024\/07\/screen-bcover.png\" alt=\"\">\n                    <\/a>\n                <\/li>\n                <li class=\"hidden\">\n                    <a href=\"\/en?page_id=74944\" class=\"main_content tesis\">\n                        <div class=\"logo\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/04\/tesis.svg\" alt=\"\"><\/div>\n                        <span class=\"text\">The ERP created by insurance brokers, developed for insurance brokers<\/span>\n                        <img decoding=\"async\" class=\"screen\" src=\"\/wp-content\/uploads\/2024\/07\/screen-tesis.png\" alt=\"\">\n                    <\/a>\n                <\/li>\n                <li class=\"\">\n                    <a href=\"\/en?page_id=27385\" class=\"main_content integra\">\n                        <div class=\"logo\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/04\/integra.svg\" alt=\"\"><\/div>\n                        <span class=\"text\">Welcome to Connectivity with Workspace products<\/span>\n                        <img decoding=\"async\" class=\"screen\" src=\"\/wp-content\/uploads\/2024\/07\/screen-integra.png\" alt=\"\">\n                    <\/a>\n                <\/li>\n            <\/ul>\n        <\/div>\n    <\/div>\r\n\r\n\r\n\r\n","protected":false},"excerpt":{"rendered":"Data synchronization through Connectivity and Integration Services. Whether through TIREA&#8217;s CIMA platform or through direct connectivity and assisted download, we offer solutions that simplify and automate communication, ensuring efficient and secure integration with insurers.","protected":false},"author":13,"featured_media":79696,"parent":79175,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"custom-inverted.php","meta":{"_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-79604","page","type-page","status-publish","has-post-thumbnail","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Connectivity and Integration Services for efficient data management Optimise your connectivity processes with insurers thanks to this service. Whether integrating through TIREA&#039;s CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers. Legend Data extensions supported by a service EIAC External\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Codeoscopic \u2022 Embracing Technology\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Conectivity + \u2022 Codeoscopic\" \/>\n\t\t<meta property=\"og:description\" content=\"Connectivity and Integration Services for efficient data management Optimise your connectivity processes with insurers thanks to this service. Whether integrating through TIREA&#039;s CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers. Legend Data extensions supported by a service EIAC External\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/codeoscopic.com\/wp-content\/uploads\/2024\/10\/tesis-conectivity-preview.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/codeoscopic.com\/wp-content\/uploads\/2024\/10\/tesis-conectivity-preview.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1380\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1039\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-10-02T09:31:50+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-11-22T09:01:58+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@codeoscopic\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Conectivity + \u2022 Codeoscopic\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Connectivity and Integration Services for efficient data management Optimise your connectivity processes with insurers thanks to this service. Whether integrating through TIREA&#039;s CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers. Legend Data extensions supported by a service EIAC External\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@codeoscopic\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/codeoscopic.com\/wp-content\/uploads\/2024\/10\/tesis-conectivity-preview.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/#listItem\",\"name\":\"Workspace\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/#listItem\",\"position\":2,\"name\":\"Workspace\",\"item\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/#listItem\",\"name\":\"Tesis\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/#listItem\",\"position\":3,\"name\":\"Tesis\",\"item\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#listItem\",\"name\":\"Conectivity +\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/#listItem\",\"name\":\"Workspace\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#listItem\",\"position\":4,\"name\":\"Conectivity +\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/#listItem\",\"name\":\"Tesis\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/#organization\",\"name\":\"Codeoscopic\",\"description\":\"Embracing Technology\",\"url\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/\",\"email\":\"carlos.rovira@codeoscopic.com\",\"telephone\":\"+34910758498\",\"foundingDate\":\"2009-05-05\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"value\":100},\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/codeoscopic.com\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/Logotipo.png\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#organizationLogo\",\"width\":3630,\"height\":1120},\"image\":{\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/twitter.com\\\/codeoscopic\",\"https:\\\/\\\/www.instagram.com\\\/explore\\\/tags\\\/codeoscopic\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCB7rV_VoUjxFJDzrBknjRLQ\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/codeoscopic\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#webpage\",\"url\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/\",\"name\":\"Conectivity + \\u2022 Codeoscopic\",\"description\":\"Connectivity and Integration Services for efficient data management Optimise your connectivity processes with insurers thanks to this service. Whether integrating through TIREA's CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers. Legend Data extensions supported by a service EIAC External\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#breadcrumblist\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/codeoscopic.com\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/tesis-conectivity-preview.jpg\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#mainImage\",\"width\":1380,\"height\":1039},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/workspace\\\/tesis-en\\\/tesis-connectivity-ext\\\/#mainImage\"},\"datePublished\":\"2024-10-02T11:31:50+02:00\",\"dateModified\":\"2024-11-22T10:01:58+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/\",\"name\":\"Codeoscopic\",\"alternateName\":\"Codeoscopic: Transformamos la distribuci\\u00f3n de seguros\",\"description\":\"Embracing Technology\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/codeoscopic.com\\\/en\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Conectivity + \u2022 Codeoscopic","description":"Connectivity and Integration Services for efficient data management Optimise your connectivity processes with insurers thanks to this service. Whether integrating through TIREA's CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers. Legend Data extensions supported by a service EIAC External","canonical_url":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/#listItem","position":1,"name":"Home","item":"https:\/\/codeoscopic.com\/en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/workspace\/#listItem","name":"Workspace"}},{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/workspace\/#listItem","position":2,"name":"Workspace","item":"https:\/\/codeoscopic.com\/en\/workspace\/","nextItem":{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/#listItem","name":"Tesis"},"previousItem":{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/#listItem","position":3,"name":"Tesis","item":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/","nextItem":{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#listItem","name":"Conectivity +"},"previousItem":{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/workspace\/#listItem","name":"Workspace"}},{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#listItem","position":4,"name":"Conectivity +","previousItem":{"@type":"ListItem","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/#listItem","name":"Tesis"}}]},{"@type":"Organization","@id":"https:\/\/codeoscopic.com\/en\/#organization","name":"Codeoscopic","description":"Embracing Technology","url":"https:\/\/codeoscopic.com\/en\/","email":"carlos.rovira@codeoscopic.com","telephone":"+34910758498","foundingDate":"2009-05-05","numberOfEmployees":{"@type":"QuantitativeValue","value":100},"logo":{"@type":"ImageObject","url":"https:\/\/codeoscopic.com\/wp-content\/uploads\/2022\/01\/Logotipo.png","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#organizationLogo","width":3630,"height":1120},"image":{"@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#organizationLogo"},"sameAs":["https:\/\/twitter.com\/codeoscopic","https:\/\/www.instagram.com\/explore\/tags\/codeoscopic\/","https:\/\/www.youtube.com\/channel\/UCB7rV_VoUjxFJDzrBknjRLQ","https:\/\/www.linkedin.com\/company\/codeoscopic"]},{"@type":"WebPage","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#webpage","url":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/","name":"Conectivity + \u2022 Codeoscopic","description":"Connectivity and Integration Services for efficient data management Optimise your connectivity processes with insurers thanks to this service. Whether integrating through TIREA's CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers. Legend Data extensions supported by a service EIAC External","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/codeoscopic.com\/en\/#website"},"breadcrumb":{"@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#breadcrumblist"},"image":{"@type":"ImageObject","url":"https:\/\/codeoscopic.com\/wp-content\/uploads\/2024\/10\/tesis-conectivity-preview.jpg","@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#mainImage","width":1380,"height":1039},"primaryImageOfPage":{"@id":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/#mainImage"},"datePublished":"2024-10-02T11:31:50+02:00","dateModified":"2024-11-22T10:01:58+01:00"},{"@type":"WebSite","@id":"https:\/\/codeoscopic.com\/en\/#website","url":"https:\/\/codeoscopic.com\/en\/","name":"Codeoscopic","alternateName":"Codeoscopic: Transformamos la distribuci\u00f3n de seguros","description":"Embracing Technology","inLanguage":"en-US","publisher":{"@id":"https:\/\/codeoscopic.com\/en\/#organization"}}]},"og:locale":"en_US","og:site_name":"Codeoscopic \u2022 Embracing Technology","og:type":"article","og:title":"Conectivity + \u2022 Codeoscopic","og:description":"Connectivity and Integration Services for efficient data management Optimise your connectivity processes with insurers thanks to this service. Whether integrating through TIREA's CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers. Legend Data extensions supported by a service EIAC External","og:url":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/","og:image":"https:\/\/codeoscopic.com\/wp-content\/uploads\/2024\/10\/tesis-conectivity-preview.jpg","og:image:secure_url":"https:\/\/codeoscopic.com\/wp-content\/uploads\/2024\/10\/tesis-conectivity-preview.jpg","og:image:width":1380,"og:image:height":1039,"article:published_time":"2024-10-02T09:31:50+00:00","article:modified_time":"2024-11-22T09:01:58+00:00","twitter:card":"summary_large_image","twitter:site":"@codeoscopic","twitter:title":"Conectivity + \u2022 Codeoscopic","twitter:description":"Connectivity and Integration Services for efficient data management Optimise your connectivity processes with insurers thanks to this service. Whether integrating through TIREA's CIMA platform or through direct connectivity and assisted download options, we guarantee automated, simplified and secure communication, ensuring agile and efficient integration with insurers. Legend Data extensions supported by a service EIAC External","twitter:creator":"@codeoscopic","twitter:image":"https:\/\/codeoscopic.com\/wp-content\/uploads\/2024\/10\/tesis-conectivity-preview.jpg"},"aioseo_meta_data":{"post_id":"79604","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2024-10-02 09:14:47","updated":"2025-06-04 05:12:15","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/codeoscopic.com\/en\/\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/codeoscopic.com\/en\/workspace\/\" title=\"Workspace\">Workspace<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/\" title=\"Tesis\">Tesis<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tConectivity +\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/codeoscopic.com\/en\/"},{"label":"Workspace","link":"https:\/\/codeoscopic.com\/en\/workspace\/"},{"label":"Tesis","link":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/"},{"label":"Conectivity +","link":"https:\/\/codeoscopic.com\/en\/workspace\/tesis-en\/tesis-connectivity-ext\/"}],"_links":{"self":[{"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/pages\/79604","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/comments?post=79604"}],"version-history":[{"count":0,"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/pages\/79604\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/pages\/79175"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/media\/79696"}],"wp:attachment":[{"href":"https:\/\/codeoscopic.com\/en\/wp-json\/wp\/v2\/media?parent=79604"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}