File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Generalizing from a single TSV
13
13
14
14
.. code-block ::
15
15
16
- schemauto generalize-csv tests/resources/NWT_wildfires_biophysical_2016.tsv -o wildfire.yaml
16
+ schemauto generalize-tsv tests/resources/NWT_wildfires_biophysical_2016.tsv -o wildfire.yaml
17
17
18
18
The schema will have a slot for every column, e,g:
19
19
@@ -227,7 +227,7 @@ If you provide an ``--annotator`` option you can auto-annotate enums:
227
227
228
228
.. code-block ::
229
229
230
- schemauto generalize-csv \
230
+ schemauto generalize-tsv \
231
231
--annotator bioportal:envo \
232
232
tests/resources/NWT_wildfires_biophysical_2016.tsv \
233
233
-o wildfire.yaml
@@ -289,4 +289,4 @@ Packages for generalizing
289
289
:members:
290
290
291
291
.. autoclass :: RdfDataGeneralizer
292
- :members:
292
+ :members:
You can’t perform that action at this time.
0 commit comments