mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-01 20:00:22 -05:00
14 lines
181 B
Markdown
14 lines
181 B
Markdown
# Noms CSV importer
|
|
|
|
Imports CSV file into a `List` of `Struct`s.
|
|
|
|
## Usage
|
|
|
|
```
|
|
Usage: <url> <dataset>
|
|
|
|
Commands:
|
|
url url to import
|
|
dataset dataset spec to write to
|
|
```
|