A CSV data set retrieves fields from a CSV document as strings.

Namespace:  Gallio.Framework.Data
Assembly:  Gallio (in Gallio.dll) Version: 3.4.0.0 (3.4.11.0)

Syntax

C#
public class CsvDataSet : BaseDataSet
Visual Basic (Declaration)
Public Class CsvDataSet _
	Inherits BaseDataSet

Remarks

If the CSV document has a header, then it is interpreted as the names of the columns. Columns with names in brackets, such as "[ExpectedException]", are interpreted as containing metadata values associated with the named key.

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Data..::.BaseDataSet
    Gallio.Framework.Data..::.CsvDataSet

See Also