Step
Split
Message
Error retrieving array value: Invalid reference token: xxxxx
Cause
The Split step reads an array field, defined in the config, from the input record and emits a new record for each element. If the specified field is not an array, the following error is raised: `Error retrieving array value`.
Resolution
Ensure the field being split on is of type `array`. https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array
Error Details
json
Error
Error retrieving array value : Invalid reference token: content
{
"message": "Error retrieving array value",
"statusCode": 404,
"errorMessage": "Invalid reference token: content",
"recordError": true,
"record": {
"type": "record",
"record": { "__$sequencenumber,__$$datasource,__$$deleted,acquisitioncode,active,addr1,addr2,anotid,arcloseddate,a..." },
"isRecordObject": true,
"rowNumber": 1,
"recordNumber": 1,
"originalRecord": { "__$sequencenumber,__$$datasource,__$$deleted,acquisitioncode,active,addr1,addr2,anotid,arcloseddate,a..." }
},
"stepType": "Mapper",
"stepName": "Split",
"stepId": "exxxxxx80-f1fa-xxxxx-8201-xxxxxxxx",
"mapStepId": "6uRb3Pe5V",
"mapStepPath": "6uRb3Pe5V",
"mapStepType": "Step",
"module": "Synatic",
"stepModule": "Basic"
}