Integration Services
Organiza http://tinyurl.com/ComunidadWindows
Patrocinadores del SQL Saturday Platinum Sponsor Diamond Sponsor Bronze Sponsor
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
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
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
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
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
JSON 9 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
La solución para SSIS 11/16/2018 | 10 | 10 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
Entendiendo el Script Component .Net Framework C# o VB Script Component Modes Meta-Data Design Code-Design Script Component Uses Source Transformation Destination https://msdn.microsoft.com/en-us/library/ms137640.aspx 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
Script Component como SOURCE Configurar MetaData-Design mode Configurar Outputs y Output Columns Coding Metodos CreateNewOutputRows FinishOutputs MarkOutputsAsFinished https://msdn.microsoft.com/en-us/library/ms136060.aspx 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
DEMO 13 | 11/16/2018 | SSIS - Cargando Datos desde Web Service JSON
PREGUNTAS Y RESPUESTAS mernesto@solidq.com FB:SeHablaSQL Mario Guzman @me_guzman87