-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
With this version of Metamorph entities (well, entity events) can be passed through. It is slightly incomaptible with the default Metamorph where two tests would fail: - org.metafacture.metamorph.collectors.EntityTest > shouldEmitEntityOnEachFlushEvent - org.metafacture.metamorph.functions.UniqueTest -> shouldAllowSelectingTheUniqueScope So this introduces a "<version>" element under the "<meta>" element in morph. The data is flattened, as with Metamorph 1, but the entity's "start" and "end" events are passed through so that the receiver can handle the flattened data structure, unflatten it etc. By preserving the entity events it's now also possible, without any workarounds, to handle reiterations of entities having the same name. - add "version" element to metamorph.xsd See #107. See also https://github.com/hagbeck/metafacture-sandbox/tree/master/enrich_marcxml.
- Loading branch information
Showing
4 changed files
with
70 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters