Skip to content

Commit f30a792

Browse files
committed
JsonExtractor - exception processing explicit null nodes #242
1 parent 382961f commit f30a792

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

link-move-json/src/main/java/com/nhl/link/move/runtime/json/JsonRowReader.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ private Object extractValue(JsonNode node) {
111111
}
112112
}
113113
case NULL:
114+
case MISSING:
114115
return null;
115116
default:
116117
return node;

0 commit comments

Comments
 (0)