mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-26 03:30:09 -05:00
699cc2accc
Make dataStoreCommon.doCommit() return an error instead of boolean.
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>