logzio / sawmill

Sawmill is a JSON transformation Java library
Apache License 2.0
116 stars 24 forks source link

Add list intersection processor #269

Closed DanMelman closed 2 years ago

DanMelman commented 2 years ago

This PR introduces a new processor that allows intersecting two list fields. The result of the intersection is saved to a chosen target field. If the intersection is empty, we just add an empty list to that field.