Data Source Tab

The Data Source tab contains information about the data set that will be imported.

Data Source Tab

Data Source Type

Lists the types of data sources the import program can use: Microsoft Access, ODBC, OLE, Oracle, SQL Server, Text File, Web Service, or XML.

Data Source

Identifies the location of the data to be imported.

The following field appears if the Data Source is set to Access, ODBC, OLE, Oracle, or SQL Server.

Data Select SQL

Enables the user to select a SQL statement to tell the import which records from the data source should be imported.

The following fields appear if the Data Source is set to Text File.

Data Delimiter

Indicates which delimiter the data source uses to indicate breaks in data. Select either Tab, Space, or Other. If you select other type the delimiter into the provided field.

First Row Contains Header Information

Indicates that the first row of data in the data source is header information and should not be imported.

Fixed Width Schema

Some data sources do not use delimiters. Instead, they contain a continuous string of data, in which each piece of data is a standardized length. This section is used to break up such data into columns.

The following fields appear if the Data Source is set to XML.

XML File Schema

Displays the data columns included in the .xml file.

Retrieve Schema

Reads the .xml file selected in the Data Source field and displays the columns of data it stores in the XML File Schema.

The following fields appear if the Data Source is set to Web Service.

Raw Web Request

Displays the request that will be sent to the web service.

Build

Opens a dialog allowing you to build a web request using several components.

Web Service Schema

Displays the data columns returned by the Raw Web Requests.

Retrieve Schema

Runs the Raw Web Request Collects the columns returned by the Raw Web Request.

How to configure a Data Source

How to configure a Text-Delimited Source

How to configure a XML Source

How to configure a Web Service Source

How to configure an Excel data source

How to configure a Fixed-Width Schema Text source