Class CollectionIntegrator

java.lang.Object
org.dlese.dpc.schemedit.ndr.util.integration.CollectionIntegrator

public class CollectionIntegrator extends Object
Reads spreadsheet data (xml file created from spreadsheet) with data supplied by NSDL but augmented from NCS Collect records, with the purpose of determining overlaps and gaps between the collection management info in both models.
Author:
Jonathan Ostwald
  • Field Details

    • dataFile

      public static String dataFile
    • outXmlFile

      public static String outXmlFile
    • mismatches

      public List mismatches
  • Constructor Details

    • CollectionIntegrator

      public CollectionIntegrator() throws Exception
      Constructor for the CollectionIntegrator object
      Throws:
      Exception - NOT YET DOCUMENTED
  • Method Details

    • toString

      public String toString()
      NOT YET DOCUMENTED
      Overrides:
      toString in class Object
      Returns:
      NOT YET DOCUMENTED
    • setup

      public static void setup()
    • main

      public static void main(String[] args) throws Exception
      NOT YET DOCUMENTED
      Parameters:
      args - NOT YET DOCUMENTED
      Throws:
      Exception - NOT YET DOCUMENTED
    • getElementText

      public static String getElementText(org.dom4j.Element e, String tag)