Google GData Source

No votes yet
Script File: 

Overview

Data flow source, loading information from various Google services. The script has the following parameters:

  • Service – specifies Google service.
  • BaseUrl – specifies service base URL.
  • Username – specifies Google service user name.
  • Password – specifies Google service password.
  • ProxyUrl – specifies proxy server URL.
  • ProxyUser – specifies proxy user name.
  • ProxyPassword – specifies proxy password.
  • BatchSize – specifies number of rows to retrieve in a batch.
  • Query – specifies query parameters.

Requirements

Depends on CozyRoc Script Component Plus component for implementing parameters user interface.
Requires installation of CozyRoc SSIS+ 1.4 library.
Requires Google GData .NET Client library.

Deployment of Google GData .NET Client

After you download Google.GData.Client.dll you have to:

  • Deploy it in the Global Assembly Cache (GAC).
  • For SQL 2005: copy the library to C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies
  • For SQL 2008: copy the library to C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies

Library references

  • System
  • System.Data
  • Microsoft.SqlServer.TxScript
  • Microsoft.SqlServer.PipelineHost
  • Microsoft.SqlServer.DTSPipelineWrap
  • Microsoft.SqlServer.DTSRuntimeWrap
  • Microsoft.SqlServer.ManagedDTS
  • CozyRoc.SSISPlus
  • System.XML
  • Google.GData.Client

ScriptMain