First off, thanks for this package! In my use case, it works almost too well.
Say i have two sources, each with a list property:
source.A:
source.B:
what i end up with by default is a list ["alice", "bob"]. I'm wondering if there is any way to treat lists as a whole, such that if i merge A then B, that source.B list is exclusive (ie just bob)?
First off, thanks for this package! In my use case, it works almost too well.
Say i have two sources, each with a list property:
source.A:
source.B:
what i end up with by default is a list
["alice", "bob"]. I'm wondering if there is any way to treat lists as a whole, such that if i merge A then B, that source.B list is exclusive (ie justbob)?