Files
dolt/clients/csv_importer
2015-09-09 10:58:29 -07:00
..
2015-07-13 16:12:11 -04:00
2015-09-09 10:58:29 -07:00
2015-07-29 15:01:25 -07:00

CSV Importer

Imports a CSV file as a List of Maps where the first row of the CSV file describes the keys of the Map.

Usage

To import a CSV file do:

$ go build csv_importer.go
$ ./csv_importer -fs="/tmp/foo" -ds="foo" <URL>

List of CSV URLs