Class AuthorMetadataProcessorService

java.lang.Object
org.dspace.importer.external.metadatamapping.transform.AuthorMetadataProcessorService
All Implemented Interfaces:
MetadataProcessorService

public class AuthorMetadataProcessorService extends Object implements MetadataProcessorService
Removes the last point from an author name.
Author:
Kevin Van de Velde (kevin at atmire dot com)
  • Constructor Details

    • AuthorMetadataProcessorService

      public AuthorMetadataProcessorService()
  • Method Details

    • processMetadataValue

      public String processMetadataValue(String value)
      Strip a given value of its last dot (.)
      Specified by:
      processMetadataValue in interface MetadataProcessorService
      Parameters:
      value - the value to run the processing over
      Returns:
      The initial param with its ending dot stripped