Tom Mc
Tom Mc

Reputation: 78

Conduktor filter on a specific value to be not null

I am trying to use Conduktor to filter records on a kafka topic, where a specific value is not null.

Here, using the Advanced - Field Selection filter, I can filter Brand Names being null using Value:

.billingAccounts[0].clientContracts[0].brandName null

enter image description here

or I can filter on a specific brandName, e.g. BrandABC:

.billingAccounts[0].clientContracts[0].brandName BrandABC

enter image description here

However, I am having trouble filtering on all records where brandName isn't null.

Any help?

Upvotes: 1

Views: 422

Answers (0)

Related Questions