Class SimpleConcatContributor

java.lang.Object
org.dspace.importer.external.metadatamapping.contributor.SimpleXpathMetadatumContributor
org.dspace.importer.external.metadatamapping.contributor.SimpleConcatContributor
All Implemented Interfaces:
MetadataContributor<org.jdom2.Element>

public class SimpleConcatContributor extends SimpleXpathMetadatumContributor
This contributor is able to concat multi value. Given a certain path, if it contains several nodes, the values of nodes will be concatenated into a single one. The concrete example we can see in the file wos-response.xml in the node, which may contain several

paragraphs, this Contributor allows concatenating all

paragraphs. to obtain a single one.

Author:
Boychuk Mykhaylo (boychuk.mykhaylo at 4Science dot it)
  • Constructor Details

    • SimpleConcatContributor

      public SimpleConcatContributor()
  • Method Details