mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 04:28:53 -05:00
a4159271b7
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.
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>