Class MarcImporter

All Implemented Interfaces:
ImportingParser

public class MarcImporter extends XmlImporter
  • Constructor Details

    • MarcImporter

      public MarcImporter()
  • Method Details

    • createParserUIInitializationData

      public com.fasterxml.jackson.databind.node.ObjectNode createParserUIInitializationData(ImportingJob job, List<com.fasterxml.jackson.databind.node.ObjectNode> fileRecords, String format)
      Description copied from interface: ImportingParser
      Create data sufficient for the parser UI on the client side to do its work. For example, an XML parser UI would need to know some sample elements so it can let the user pick which the path to the record elements.
      Specified by:
      createParserUIInitializationData in interface ImportingParser
      Overrides:
      createParserUIInitializationData in class XmlImporter
      Returns:
      ObjectNode options