Descargar la presentación
La descarga está en progreso. Por favor, espere
1
Integration Services
2
Organiza
3
Patrocinadores del SQL Saturday
Platinum Sponsor Diamond Sponsor Bronze Sponsor
4
Lo que conoceremos hoy…
Integrando otro tipos de Datos Un poco sobre Web Services Json La solución de Integration Services Demo Extraer información de Twitter o FB? Q & A 4 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
5
Integrando otros tipos de Datos…
Sistemas con DB cerradas. Acceso a travez de Web Service. Desarrollados en lenguajes Open Source. 5 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
6
Un poco de Web Services Protocolo HTTP Metodos Formato XML SOAP o JSON
GET POST Etc Formato XML SOAP o JSON 6 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
7
JSON Es un formato ligero de intercambio de datos. Leerlo y escribirlo es simple para humanos, mientras que para las máquinas es simple interpretarlo y generarlo Es un formato ligero de intercambio de datos. Leerlo y escribirlo es simple para humanos, mientras que para las máquinas es simple interpretarlo y generarlo 7 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
8
JSON Javascript Object Notation Tipos de datos:
Un número (entero o float) Un string (entre comillas simples) Un booleano (true o false) Un array (entre corchetes [] ) Un objeto (entre llaves {}) Null Es un formato ligero de intercambio de datos. Leerlo y escribirlo es simple para humanos, mientras que para las máquinas es simple interpretarlo y generarlo 8 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
9
JSON 9 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
10
La solución para SSIS 11/16/2018 | 10 |
10 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
11
Entendiendo el Script Component
.Net Framework C# o VB Script Component Modes Meta-Data Design Code-Design Script Component Uses Source Transformation Destination The Script component uses Microsoft Visual Studio Tools for Applications (VSTA) as the environment in which you write the scripts. If used as a source, the Script component supports multiple outputs. If used as a transformation, the Script component supports one input and multiple outputs. If used as a destination, the Script component supports one input. 11 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
12
Script Component como SOURCE
Configurar MetaData-Design mode Configurar Outputs y Output Columns Coding Metodos CreateNewOutputRows FinishOutputs MarkOutputsAsFinished The CreateNewOutputRows method, which you override in ScriptMain to add rows from the data source to the output buffers, which are empty at first. The FinishOutputs method, which is empty by default. Override this method in ScriptMain to perform any processing that is required to complete the output. The private MarkOutputsAsFinished method, which calls the SetEndOfRowset method of the ScriptBufferparent class to indicate to the data flow engine that the output is finished. You do not have to callSetEndOfRowset explicitly in your own code. 12 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
13
DEMO 13 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
14
PREGUNTAS Y RESPUESTAS
FB:SeHablaSQL Mario Guzman @me_guzman87
Presentaciones similares
© 2025 SlidePlayer.es Inc.
All rights reserved.