Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
marcos-lg committed Mar 14, 2024
2 parents fb6d7b2 + 125e0e8 commit df67a2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vocabulary-importer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The tool allows to import only the hidden labels to existing concepts of a vocab
CSV that it's described in the section above. This is an example:

```
java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \
java -jar vocabulary-importer/target/vocabulary-importer-1.0.3.jar \
--vocabularyName LifeStage \
--importHiddenLabelsOnly \
--hiddenLabelsPath "/mydir/my_hidden_labels.csv" \
Expand Down Expand Up @@ -130,7 +130,7 @@ This tool can be run via command line by sending these params:
Example of a migration:

```
java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \
java -jar vocabulary-importer/target/vocabulary-importer-1.0.3.jar \
--vocabularyName LifeStage \
--vocabularyLabelEN "Life Stage" \
--vocabularyDefinitionEN "A vocabulary to capture the broad stages that an organism passes through during its life cycle. This vocabulary was assembled based on the observed terms commonly used by the open data community, including those from citizen scientists." \
Expand All @@ -145,7 +145,7 @@ java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \
Example of an only-labels import :

```
java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \
java -jar vocabulary-importer/target/vocabulary-importer-1.0.3.jar \
--vocabularyName LifeStage \
--importLabelsAndDefinitionsOnly \
--conceptsPath "/mydir/my_concepts.csv" \
Expand Down Expand Up @@ -175,7 +175,7 @@ The importer tool can also be used to migrate vocabularies across environments.
where the vocabulary has to be copied to, e.g.:

```
java -jar vocabulary-importer/target/vocabulary-importer-0.53.jar \
java -jar vocabulary-importer/target/vocabulary-importer-1.0.3.jar \
--vocabularyName LifeStage \
--migration \
--apiUrl https://api.gbif-dev.org/v1/ \
Expand Down

0 comments on commit df67a2b

Please sign in to comment.