Class SectionReporterListParser

java.lang.Object
net.sf.basedb.util.importer.spotdata.SectionReporterListParser
All Implemented Interfaces:
BaseFileSectionParser

public class SectionReporterListParser
extends Object
implements BaseFileSectionParser
Parses the 'reporterlist' section of a BASEfile. This section is optional. If it exists it must 'reporterId' and 'score' data columns in the 'columns' header. The name of the new reporter list can be set by the 'name' header. If this doesn't exists a name is genarated automatically.

NOTE! The column names can be redefined by calling BaseFileParser.setRedefinedColumnName(String, String, String)

Version:
2.14
Author:
Nicklas
Last modified
$Date: 2019-03-20 14:31:03 +0100 (ons, 20 mars 2019) $
  • Field Details

    • dc

      private final DbControl dc
    • info

      private final BaseFileInfo info
    • transformation

      private final Transformation transformation
    • sectionCount

      private int sectionCount
    • totalBytes

      private final String totalBytes
    • progressReportInterval

      private final long progressReportInterval
    • nextProgressReport

      private long nextProgressReport
  • Constructor Details

  • Method Details