Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Collector EqualsFilter #149

Merged
merged 2 commits into from
Nov 29, 2013
Merged

Conversation

thaidlas
Copy link
Contributor

No description provided.

haidlas and others added 2 commits November 13, 2013 14:14
With the EqualsFilter-Collector a literal is only emitted if all
received values are equal.

The following example collects values which are stored in separate
literals (037H.d and 037H.e). Then it checks if both values are equal.
If the values are equal the value is emitted. If the values are not
equal no value is emitted.

<equalsFilter name="equalsFilterd" value="${one}">
	<data source="037H.d" name="one" />
	<data source="037H.e" name="two" />
</equalsFilter>
EqualsFilterTest.xml uses all implemented Testcases again.
@ghost ghost assigned cboehme Nov 28, 2013
cboehme added a commit that referenced this pull request Nov 29, 2013
@cboehme cboehme merged commit c32b083 into metafacture:master Nov 29, 2013
blackwinter pushed a commit that referenced this pull request Dec 13, 2024
blackwinter added a commit that referenced this pull request Dec 13, 2024
Co-authored-by: Jens Wille <jens.wille@hbz-nrw.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants