Files
dolt/clients/csv_importer/README.md
T
Aaron Boodman 4488d6b4c6 Abbreviate chunkstore related flags
We type them a lot and the long names are annoying.
2015-07-29 15:01:25 -07:00

343 B

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