Identity Field |
|
The Identity Field in the view scanning parameters part of the Load Definition File is the token used within the data file to identify the field that uniquely identifies each record. The value associated with this token must be numeric and unique for each record. Non-printable characters may be identified using a back-slash and the octal value.ie: \12 or \012 for a newline and \20 or \020 for a blank.
Example
Data Source File - 1 record |
identity: 1000 |
contactname: Bill |
contactnumber: 555-555-1000 |
zip: 99999 |
pcategory: 3 |
scategory: 1 |
quantity: 1 |
price: 8000 |
description: 4X4, AT, V6, AC, FULL PWR, TW, CC, P/SUNROOF, AM/FM CASS, CD |
longitude: -890945 |
latitude: 422705 |
priority: 1 |
postdate: 10/9/02 |
expiredate: 10/19/02 |
EOR |
In this example the identity field is the token "identity". This particular record has an identity value of 1000. No other record should have this value to identify it.