【发布时间】:2018-03-22 06:49:09
【问题描述】:
我想使用 Jolt 处理器实现 JSON 转换。我的 JSON 中有带有 null 的字段,我想删除所有这些字段...
{...............
"myValue": 345,
"colorValue": null,
"degreeDayValue": null,
"depthValue": null,
"distanceValue": null
...........}
...只保留myValue 字段。
我可以通过 Jolt 操作删除来实现这一点吗?
【问题讨论】:
标签: specifications operation jolt