Class CsvURLDataSet

All Implemented Interfaces:
IDataSet, IDataSetConsumer

public class CsvURLDataSet extends CachedDataSet
This class constructs an IDataSet given a base URL containing CSV files. It handles translations of "null" (the string), into null. Based HEAVILY on CsvDataSet
Since:
2.1.0
Version:
$Revision$ $Date$
Author:
Lenny Marks (lenny@aps.org), Dion Gillard (diongillard@users.sourceforge.net), Last changed by: $Author$
  • Constructor Details

    • CsvURLDataSet

      public CsvURLDataSet(URL base) throws DataSetException
      Create a Data Set from CSV files, using the base URL provided to find data.
      Parameters:
      base - the base URL that CSV files and the table ordering file are resolved against.
      Throws:
      DataSetException - if reading the CSV files fails.