This class constructs an IDataSet given a base URL containing CSV
files. It handles translations of "null" (the string), into null.
Based HEAVILY on
org.dbunit.dataset.csv.CsvDataSet author: Lenny Marks (lenny@aps.org) author: Dion Gillard (diongillard@users.sourceforge.net)
Constructor Summary
public
CsvURLDataSet(URL base) Create a Data Set from CSV files, using the base URL provided to find data.