Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Before users can access Data XChange in the web client, you must map an external source (or sources) for an Archive. Data XChange can be configured to look up data from any ODBC- or OLEDB-compliant data source (Open Database Connectivity or Object Linking and Embedding, Database data source). These sources will appear in the Document Viewer of the GlobalSearch client.  Please refer to /wiki/spaces/GS61/pages/1448938251 for more information.Data XChange does not appear initially at import in the GlobalSearch web client. Users must import and then open the document in the Document Viewer and then select Data XChange. Once configured, however. Alternately, Data XChange can be configured to leverage the current or a different GlobalSearch database to pull data from. This feature is commonly used for allowing users to consistently index documents with common data points, by pulling from records that already have been indexed. For example, if an invoice was indexed already with vendor name and po number, a Data XChange lookup might be used to pull in those values on a check.

Once configured, users can open a document in the Document Viewer or index a new document, select a source, and the data lookups for the document will draw pull indexing data for editable Index Fields (not System Index Fields) from source recordsfrom the configured source. If there is a similar document matching the indexing information being used, Data XChange will fill in as many Fields as possible in the current document with data from the matching data record. If more than one matching data record is found, users will be prompted to select the correct one.

Beginning with GlobalSearch version 6.3, Data XChange can be configured to run automatically at the time of indexing a new document, or at the time of updating an existing one. Enable the On Add or On Update toggles in the Data XChange interface to configure automatic data updates. Users can still manually trigger any Data XChange source that is configured to run On Add or On Update.

Note

Note that if Data XChange is configured to run automatically, indexing records with NO data will result in the document being indexed with the first record available from the configured source. Make sure your indexing process and the source configuration accounts for this behavior.

Create Links to External Data XChange Sources

  1. To set Data XChange sources, on the GlobalSearch toolbar, in the Administration menu, select Administration.

  2. In the vertical Administration menu, select Archives. A list of Archives will appear.

  3. Click the More Options ((blue star) ) icon for the selected Archive and select Data XChange.

...

  1. Image Added

  2. Click New.

  3. In the Data XChange Source dialog that appears, enter the name of the source in the Source Name text box. Use a short but descriptive name to indicate to users what Data XChange source is being used for updating. 

...

  1. Image Added

  2. Enter the connection string in the Connection String text box. The data source can be in a file format where a connection string can be created, such as CSV file, a SQL table, or an Access database.

  3. Alternately, if you are doing an internal lookup (select the Internal Database toggle). This option allows a Data XChange source to look into the current or a different GlobalSearch database without any special configuration, connection strings, or users.

  4. Click Go.

  5. Click the Select a data source Expansion (triangle) icon and in the Mapped Fields group, select one or more of the Archive Index Fields to map to from the list of available Fields. Note, if your chose Internal Database in step 7, the Data Source selector will be replaced with a list of GlobalSearch databases available in the environment.

    Image Added
  6. Click Save.

  7. Click Close to close Data XChange Sources.

Modify External Data XChange Sources Settings

  1. To modify links to external Data XChange sources, select Administration > Administration > Archives.

  2. From the list of Archives, click the

...

  1. Options

...

  1. icon (three dots on the top right of the card) for the selected Archive and select Data XChange.

  2. In the Data XChange Source dialog, select the source and click the Edit (

...

  1. pencil) icon and make changes to the settings.

  2. Click Save to save changes and then Close.

Delete Links to External Data XChange Sources

  1. To delete links to external Data XChange sources, select Administration > Administration > Archives.

  2. Click

...

  1. the Options

...

  1. icon for the selected Archive and select Data XChange.

  2. In the Data XChange Source dialog, select the source and click the Delete

...

  1. icon.

  2. Click Close.

Example: Data XChange Connection String for SQL

...

With GlobalSearch 5.0.0 the above connection string is defunct because GlobalSearch has switched to be completely 64 bit and the above provider, Microsoft.Jet.OLEDB.4.0 is a 32 bit driver. Instead you need to install and use the 64 bit Microsoft.Ace.OLEDB.12.0, you can download the installer from; https://www.microsoft.com/en-us/download/details.aspx?id=1325554920 . Be sure to select the _x64 version of the installer when you start your download.

...