mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-30 03:20:18 -06: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>