| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Lsql.Csv.Lang.From.CsvParser
Description
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
Constructors
| CoreCsv | An input file without any assigned names |
| NamedCsv | An input file with an assigned name |
Fields
| |
parseFile :: Assignment -> IO Table Source #
Parses CSV file described in the given Assignment.