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

Lsql.Csv.Utils.CsvGenerator

Description

This module contains the CSV generator for the output.

Synopsis

Documentation

csvGenerate Source #

Arguments

:: Char

The primary delimiter

-> Char

The secondary delimiter (quote char)

-> [Printable]

The list of columns

-> String 

This function generates the CSV output.