mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
ed102aeab8
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
314 B
Text
6 lines
314 B
Text
csv2sql (create sqlite database from a CSV file)
|
|
|
|
csv2sql is a Ruby script for importing comma-separated-value files
|
|
into SQLite. It can read from a file or from standard input, and can
|
|
create a new database or insert new data into an existing one. It can
|
|
handle various character encodings; the default is UTF-8.
|