HulkImport-0.1.0.0: Initial project template from stack

Safe HaskellSafe
LanguageHaskell2010

CSV.Parse

Synopsis

Documentation

parse :: Text -> CSV Text Source

parse parses text in the CSV format. Delimiters are ',' and new lines. | Quotation is performed with '"'. | TODO: Files in the wrong format throw an error :(