mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-25 19:50:32 -05:00
4488d6b4c6
We type them a lot and the long names are annoying.
343 B
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>