Difference between revisions of "Records Ignored During an Import"
From LongJump Support Wiki
imported>Aeric (Created page with "During an import, incoming records are ignored in the following circumstances: :*") |
imported>Aeric |
||
Line 1: | Line 1: | ||
During an import, incoming records are ignored in the following circumstances: | During an import, some incoming records may be ignored. (In general, | ||
:* | you'll want to be sure that then number of ignored records reported in | ||
the [[Import Queue]] matches the number you expect.) | |||
Incoming records are ignored in the following circumstances: | |||
:* The object has a [[Unique Key]], and the new record would cause a duplication. | |||
:* The <tt>record_id</tt> field is mapped, but it: | |||
::* is empty | |||
::* has a non-numeric value | |||
::* has a value outside the valid range of 1001 to 2<sup>31</sup> - 1 |
Revision as of 01:01, 4 May 2012
During an import, some incoming records may be ignored. (In general, you'll want to be sure that then number of ignored records reported in the Import Queue matches the number you expect.)
Incoming records are ignored in the following circumstances:
- The object has a Unique Key, and the new record would cause a duplication.
- The record_id field is mapped, but it:
- is empty
- has a non-numeric value
- has a value outside the valid range of 1001 to 231 - 1