summaryrefslogtreecommitdiffstats
path: root/system/csv2sql/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/csv2sql/README')
-rw-r--r--system/csv2sql/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/csv2sql/README b/system/csv2sql/README
new file mode 100644
index 0000000000..8de8ec9317
--- /dev/null
+++ b/system/csv2sql/README
@@ -0,0 +1,6 @@
+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.