Forum Discussion
I figured this one out. You can’t add paths to null objects.
Since ACHData is null for the second record, it’s impossible to add ACHData.employeeId. If I reverse the order of the rows in the mapper then the result is that ACHData is null for the record, because ACHData.employeeId is set by the first row and then everything is cleared by the second row.
This is currently undocumented behavior.
Related Content
- 3 years ago
- 3 years ago
- 6 years ago