Identity Resolution
- Identity Resolution 10.1
- All Products
Format
| Compression | Data | Base | Conv | Just | Filler |
F
| Fixed
| Text
| N/A
| No
| Right
| ’ ’
|
C
| Variable
| Text
| N/A
| No
| Left
| ’ ’
|
V
17 | V-type
| Text
| N/A
| No
| Left
| ’ ’
|
B
18 | Variable
| Binary
| N/A
| No
| Left
| 0x00
|
I
19 | Variable
| Integer
| 0
| Yes
| Right
| 0x00
|
G
| Fixed
| Integer
| 0
| Yes
| Right
| 0x00
|
N
20 | Variable
| Numeric
| 10
| Yes
| Right
| ’0’
|
X
20 | Variable
| Numeric
| 16
| Yes
| Right
| ’0’
|
Z
20 | Variable
| Numeric
| 36
| Yes
| Right
| ’0’
|
R
20,21 | Variable
| Numeric
| 10
| Yes
| Right
| ’ ’
|
W
22 | Variable
| Binary
| N/A
| No
| Left
| 0x0020
|
FIELD=Name1, C, 15, XFORM(concatenate, "target name,1") FIELD=Name2, C, 5, XFORM(concatenate, "target name,1")
Xform (concatenate, "target field-name, order") or Xform (concat, "target field-name, order")
VIEW-DEFINITION *============== NAME=DATAIN * Insert "hello" into Title FIELD=Title, C, 10, Xform(insert-constant, "hello") * Upper case the contents of Surname FIELD=Surname, C, 15, Xform(uppercase) * Lower case the contents of First FIELD=First, C, 45, Xform(lowercase) * Insert Addr1 in ADDR at offset 0 FIELD=Addr1, C, 45, Xform(insert-field, "target ADDR") * Insert Addr1 in ADDR at offset 45 FIELD=Addr2, C, 45, Xform(insert-field, "target ADDR,45") * Concatenate Name1 to the contents of NAME in sub field 1 FIELD=Name1, C, 45, Xform(concatenate, "target NAME,1") * Concatenate Name2 to the contents of NAME in sub field 2 FIELD=Name2, C, 45, Xform(concatenate, "target NAME,2")
VIEW-DEFINITION *============== NAME=DATAIN * Read all the input fields and store them in * the order needed FIELD=Name1, C, 15, Xform(concatenate, "target name,8") FIELD=Name2, C, 5, Xform(concatenate, "target name,6") FIELD=CAT, C, 4, Xform(concatenate, "target name,4") FIELD=STAT, C, 2, Xform (append, "target name,2") FIELD=REF, C, 4, Xform (append, "target name,10") * Set up the first label FIELD=LABEL1, C, 3, Xform (append-string, LB1), Xform(append, "target name,1"), Xform(concatenate, "target name,9") * Set up the second label FIELD=LABEL2, C, 3, XFORM(insert-constant, LB2), Xform(concatenate, "target name,3"), Xform(concatenate, "target name,7") * Fill Filler with the symbol | FIELD=Filler, C ,2, Xform(fill, "|"), Xform(append, "target name,5")
Field Name
| Description
|
---|---|
IDS-SCORE
| Score from matching
|
IDS-IDX-IO
| Number of IDX rows retrieved
|
IDS-IDT-IO
| Number of IDT rows retrieved
|
IDS-MS-SEARCH-NUM
| Ordinal number of the successful search within a Multi-Search starting from 1. 0 is returned for unsuccessful searches. See the
SEARCH-LIST Multi- Search parameter for more details.
|
IDS-XXX-ACCEPTED-COUNT
| Number of records accepted by scoring
|
IDS-XXX-UNDECIDED-COUNT
| Number of undecided records
|
IDS-XXX-REJECTED-COUNT
| Number of rejected records
|
IDS-XXX-TOTAL-COUNT
| Total number of records scored
|