Lauren Wheeler

  • Total activity 620
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 1 user
  • Votes 0
  • Subscriptions 9

Articles

Recent activity by Lauren Wheeler Recent activity Votes
  • Match API - cURL Primer

    Use can use cURL to interact with the Hub Service REST methods. cURL defaults to performing a GET command:   curl http://localhost:8080/matchITHub/engines {"status":"OK","ids":""}   Or you can spec...

  • Cortex - Normalization

    Previous Article Cortex Index Next Article  The Normalization tool produces normalized version of input data. Connections Normalization has one input and one output. Connect an input step by...

  • Address Verification Code

      The accuracy code is made up of the following values: The verification status The post-processed verification match level The pre-processed verification match level The parsing status The lexico...

  • Alteryx - Running A Workflow

    To run a workflow click the green run button in the Alteryx Designer toolbar.     As a workflow is running, percentage complete, record counts, & data volumes are shown for each tool:     When th...

  • Transliteration - Dealing with Global Unicode data

    The 360Science Matching Engine delivers the ability to easily process worldwide global data and supports *all* character sets and *all* worldwide languages (even Klingon – no kidding). (UTF8 or UTF...

  • mAPI - Quality Score Fields

    Email The email quality score calculated from the email address. 0 = empty, nonsense1 = invalid format2 = invalid top-level domain (com, org, uk, fr etc.)5 = generic username (sales, support, postm...

  • Syniti Match API - Memory Settings & Disk Settings

      Memory Settings Memory settings are optional. If not specified, then the defaults are as follows: <memory><inputBufferSize units="MB" value="1" /><outputBufferSize units="MB" value="4" /><blockSi...

  • Outputting Results

      Producing Output You can choose from File, Label and Page options:  File creates a file on disk to send elsewhere for printing, Label prints mailing labels and Letter/Page/Report prints letters o...

  • Classes

    lqtServer Static Public Member Functions static lqtServer* create () This member function returns a pointer to a newly created lqtServer instance.   static void destroy (lqtServer* pServer) This me...

  • mSQL - Configuring an XML - Running the application configured to your data

    Once you are happy that all of the necessary changes have been carried out, you are ready to execute the sql script FindMatches.sql in SQL Server Management studio. As you will be able to see from ...