You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
We are using SmartMastering 1.2.1 it works well for the match criteria but there seems to be an issue in the merging process where the attachments section is dropped from the merged document.
The merged document contains the breadcrumbs of the source documents - eg the URIs of docA and docB that contributed to the new record. The sidecar document that is generated contains the full provenance of the merge. The union of these documents - merged document, sources, and sidecar - should satisfy the use case. Have you tried a join to get the right information for your application? Can you elaborate on what the query is or limitations you are seeing in getting the needed information (code/query issues, performance, etc)?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using SmartMastering 1.2.1 it works well for the match criteria but there seems to be an issue in the merging process where the attachments section is dropped from the merged document.
Example:
docA.xml
docB.xml
Merged.xml
es:envelope
es:headers
</es:headers>
es:triples
</es:triples>
</es:envelope>
if you look at the Merged.xml, is getting dropped.
The text was updated successfully, but these errors were encountered: