Forum Discussion
tstack
8 years agoFormer Employee
Make sure the “Target Path” column in the mapper is cleared. Otherwise, the mapper will treat the first column as an expression, which is what it looks like is happening here. (When the Target Path is clear, the first column is treated as a JSON-Path that specifies what should be deleted in the input document).
acesario
4 years agoContributor II
How would you do this conditionally? Meaning, if the incoming value is NULL, remove the property?