Class CsvDataSet

All Implemented Interfaces:
IDataSet, IDataSetConsumer

public class CsvDataSet extends CachedDataSet
This class constructs an IDataSet given a directory containing CSV files. It handles translations of "null"(the string), into null.
Since:
Sep 12, 2004 (pre 2.3)
Version:
$Revision$ $Date$
Author:
Lenny Marks (lenny@aps.org), Last changed by: $Author$
  • Field Details

    • TABLE_ORDERING_FILE

      public static final String TABLE_ORDERING_FILE
      Name of the file listing the tables in load order.
      See Also:
  • Constructor Details

    • CsvDataSet

      public CsvDataSet(File dir) throws DataSetException
      Creates a dataset from the CSV files in the given directory.
      Parameters:
      dir - the directory containing the CSV files.
      Throws:
      DataSetException - if reading the CSV files fails.