lsql-csv-0.1.0.3: A tool for CSV files data querying from the shell with short queries.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Lsql.Csv.Lang.From.CsvParser

Description

This module contains the CsvParser called by parseFile, which loads input CSV files.

Synopsis

Documentation

data Assignment Source #

Data structure representing one input file

Constructors

CoreCsv

Input file without any assign names

Fields

NamedCsv

Input file with assign name

Fields

parseFile :: Assignment -> IO Table Source #

Parses CSV file described in given Assignment