Open weiping-code opened 4 years ago
Description: Is there a switch parameter to decide whether to fill in undefine when the attribute is null? I need null attributes to stay null inside json.
https://github.com/siddhi-io/siddhi-map-json/blob/master/component/src/main/java/io/siddhi/extension/map/json/sinkmapper/JsonSinkMapper.java#L366
@weipsys As of now no, that is not possible.. However, it will be an easy fix, please feel free to send a PR.
Description: Is there a switch parameter to decide whether to fill in undefine when the attribute is null? I need null attributes to stay null inside json.
https://github.com/siddhi-io/siddhi-map-json/blob/master/component/src/main/java/io/siddhi/extension/map/json/sinkmapper/JsonSinkMapper.java#L366