The tool supports the interface of Foresight. Analytics Platform 9 or earlier.

Selecting Source

The Selecting Source page enables the user to select a data source. The page appearance depends on the source type selected on the login page of data import wizard.

File with Data

If a source is an existing file, the page for source selection looks as follows:

Before selecting a source file study the requirements for imported files.

  1. Click the Browse button and select a data file in the dialog box. The file extension and contents is used to determine the file type, its structure and to download the first 100 records. Identified fields and records are shown in the table.

  2. Define mandatory settings that depend on the selected file type:

  1. Click the Advanced Settings button if table contents does not correspond to assumed source structure. In the Advanced Settings dialog box that opens change settings used on data authentication.

  2. Click the Next button to determine advanced import settings.

  3. Click the Import button to finish the import using default settings. This creates all the necessary objects and a standard cube that can be used to work with the imported data. The objects are saved in the current folder of the object navigator.

Other Source

If other source is selected, the page to select the source looks as follows:

Select the repository object in the drop-down list. Data sets and dictionaries are available to choose from.
Selecting the Create Cube on the Table of a Source checkbox enables the user to create a standard cube with binding to the selected data source. The checkbox is deselected by default, a new table is created, and data from the selected source will be imported to the table.

Use the URL box to specify URL of the REST service that gives data (the current implementation enables connection to REST services that give data only in the JSON and XML formats). If user authentication is required to connect to REST service, select the Authentication checkbox and select user check method. Specify user credentials in the User Name and Password boxes. The specified parameters are passed to the core, appropriately processed and used on connection to REST service.

IMPORTANT. If Internet connection is required to connect to REST service, and it is provided via proxy server, the proxy server address should be primarily specified in repository parameters.

In the Response Format select the format of the data received from the REST service. Depending on the selected format, specify additional settings:

NOTE. When creating various conditions in a query take into account the specified data type. Implicit type conversion is not supported. A detailed information on how to create JSONPath and X-Path queries can be obtained in additional guides, such as MSDN. The specified file should be in UTF-8 encoding.

Clicking the Additional Settings button opens a dialog box with advanced settings used on data authentication.

Clicking the Set Up Connection button opens a dialog box with data transfer channel properties. Choose the driver for connection, and set the required source parameters. Based on the specified parameters a connection string is formed, and connection to the data source is established. When forming the connection string, use global variable %METABASE_OLEDBPARAMS%, which is used to store additional connection parameters. For details about parameters of connection to various data sources see the transfer channel help.

After setting up the connection in the Query box, set an SQL query that is used for data extraction from the source. Clicking the Settings button opens a dialog box with advanced settings used on data authentication.

Clicking the Next button opens a page to correct data, which was automatically recognized and downloaded from the source.

See also:

Data Import