HulkImport-0.1.0.3: Easily bulk import CSV data to SQL Server

Safe HaskellSafe
LanguageHaskell2010

CSV.Parse

Synopsis

Documentation

parse :: Text -> CSV SQLVal 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 :(