Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: awilliams1024This error can also be generated by the Deep X-ref node if there is no overlap between the names of the non-key fields in the two data sets.
For this error to be output the node would have been configured with the 'AllowPartialOverlap' property set to true (else this error message will be output "Fields on input data sets do not match").
There must be at least one non-key field with the same (case-insensitive) name that is present in both data sets.
An example of the full error message generated by the Deep X-Ref node is the following:
-- Errors for Join
ERROR: getItem index value 0 is out of bounds. Valid indexes for the getItem operation would be between 0--1.
The list has 0 elements.
NOTE: List indexes are 0-based.
Line: 36; BrainScript: sortMap = sortMap.append(find(fields, fieldsTmp[0]))
Operator: 'get-at'
Error Code: lae.brainscript.list.indexOutOfBounds