Files
dolt/clients/csv_importer
Aaron Boodman a4159271b7 Resolve conflict between two different uses of term 'dataset'.
Now noms/Dataset just refers to the client interface to a particular dataset.

noms/mgmt/Dataset is an internal implementation detail which is a strong type wrapped around the Dataset entries inside the database.
2015-07-14 14:22:47 -07:00
..
2015-07-13 16:12:11 -04:00
2015-07-13 16:12:11 -04: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 -file-store="/tmp/foo" <URL>

List of CSV URLs