Skip to content

Conversation

max-hoffman
Copy link

usage:

$ mkdir tmp
$ cd tmp
$ dolt init
$ dolt sql < ../dolt-schema.sql
$ dolt table import -u books ../oreilly_mod.csv
Rows Processed: 10, Additions: 10, Modifications: 0, Had No Effect: 0
Import completed successfully.
$ dolt sql -q "select id, ourn, isbn  from books limit 1"
+--------------------------------------------------------------+----------------------------+---------------+
| id                                                           | ourn                       | isbn          |
+--------------------------------------------------------------+----------------------------+---------------+
| https://www.safaribooksonline.com/api/v1/book/9781098108298/ | urn:orm:book:9781098108298 | 9781098108304 |
+--------------------------------------------------------------+----------------------------+---------------+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant