diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-30 16:34:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-30 16:34:44 -0700 |
commit | 4915c764c9477fb81a0e4bcbac90110e181fe30f (patch) | |
tree | b53f1d2715466d3362750839d29a4a2418522a5e /python | |
parent | 894b1d51742a3f38e717a5777bf381096619a931 (diff) | |
download | fatcat-4915c764c9477fb81a0e4bcbac90110e181fe30f.tar.gz fatcat-4915c764c9477fb81a0e4bcbac90110e181fe30f.zip |
update journal_metadata import command
Diffstat (limited to 'python')
-rw-r--r-- | python/README_import.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/README_import.md b/python/README_import.md index 43100db1..b531a9e2 100644 --- a/python/README_import.md +++ b/python/README_import.md @@ -33,12 +33,12 @@ the others: gunzip public_profiles_1_2_json.all.json.gz -## ISSN +## Journal Metadata -From CSV file: +From JSON file: # See "start off with" command above - time ./fatcat_import.py issn /srv/fatcat/datasets/journal_extra_metadata.csv + time ./fatcat_import.py journal-metadata /srv/fatcat/datasets/journal_metadata.json Usually a couple minutes at most on fast production machine. |