Parsing OptionsParameters for Parsing Options - Spectrum_OnDemand - 23.1

Spectrum Web Services Guide

Product type
Software
Portfolio
Integrate
Product family
Spectrum
Product
Spectrum > Web Services
Version
23.1
Language
English
Product name
Spectrum Technology Platform
Title
Spectrum Web Services Guide
First publish date
2007
Last updated
2024-10-17
Published on
2024-10-17T00:33:46.811413

The following table lists the options that control the parsing of names.

Table 1. Open Name Parser Parsing Options

Option Name

optionName

Parameter

Description

Parse personal names

Specifies whether to parse personal names.

Natural
The name fields are ordered by Title, First Name, Middle Name, Last Name, and Suffix.
Reverse
The name fields are ordered by Last Name first.
Both
The name fields are ordered using a combination of natural and reverse.

ParseNaturalOrderPersonalNames

Option.ParseNaturalOrderPersonalNames

Specifies whether to parse names where the is in the order Title, First Name, Middle Name, Last Name, and Suffix.

true
Parse personal names that are in natural order.
false
Do not parse names that are in natural order.

ParseReverseOrderPersonalNames

Option.ParseReverseOrderPersonalNames

Specifies whether to parse names where the last name is specified first.

true
Parse personal names that are in reverse order.
false
Do not parse names that are in reverse order.

Conjoined names

ParseConjoinedNames

Option.ParseConjoinedNames

Specifies whether to parse conjoined names.

true
Parse conjoined names.
false
Do not parse conjoined names.

Split conjoined names into multiple records

SplitConjoinedNames

Option.SplitConjoinedNames

Specifies whether to separate names containing more than one individual into multiple records, for example, Bill & Sally Smith.

Use a Unique ID Generator stage to create an ID for each of the split records.

true
Split conjoined names.
false
Do not split conjoined names.

Parse business names

ParseBusinessNames

Option.ParseBusinessNames

Specifies whether to parse business names.

true
Parse business names.
false
Do not parse business names.

Output results as list

OutputAsList

Option.OutputAsList

Specifies whether to return the parsed name elements in a list form.

true
Return the parsed elements in a list form.
false
Do not return the parsed elements in a list form.

Shortcut threshold

ShortcutThreshold

Option.ShortcutThreshold

Specifies how to balance performance versus quality. A faster performance will result in lower quality output; likewise, higher quality will result in slower performance. When this threshold is met, no other processing will be performed on the record.

Specify a value from 0 to 100. The default is 100.