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

Safe HaskellSafe
LanguageHaskell2010

HulkImport

Synopsis

Documentation

importFile Source

Arguments

:: FilePath

Location of the input file

-> FilePath

Desired output file. Will be created if it doesn't exist

-> IO () 

importFile reads in a CSV file and writes out the corresponsing fragment of the insert statement to another file