Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
This module contains the CsvParser called by the parseFile
, which loads input CSV files.
Synopsis
- data Assignment
- parseFile :: Assignment -> IO Table
Documentation
data Assignment Source #
A data structure representing one input file
CoreCsv | An input file without any assigned names |
NamedCsv | An input file with an assigned name |
|
parseFile :: Assignment -> IO Table Source #
Parses CSV file described in the given Assignment
.