Skip to content

Commit 58c0a22

Browse files
committed
Update API.md
1 parent bc63fac commit 58c0a22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/API.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ Boolean. Identifies dimensions, value and status by ID instead of label.
343343
jsonstat2csv oecd.json oecd.csv --fid
344344
```
345345

346-
#### --cid (-c)
346+
#### --cid (-o)
347347

348348
Boolean. Identifies categories by ID instead of label.
349349

@@ -382,9 +382,9 @@ String. Dimension ID. When a valid dimension ID is provided, the resulting CSV i
382382

383383
When this option is set with a valid ID, **--status**, **--vlabel** and **--slabel** are ignored. When **--rich** is set or an invalid ID is specified, **--by** is ignored.
384384

385-
#### --drop (-o)
385+
#### --drop (-p)
386386

387-
String. Comma-separated list of dimension IDs. When a valid dimension ID is provided in **--by** parameter, ***drop*** can provide a list of constant dimension IDs to remove from the resulting CSV.
387+
String. Comma-separated list of dimension IDs. When a valid dimension ID is provided in **--by** parameter, **--drop** can provide a list of constant dimension IDs to remove from the resulting CSV.
388388

389389
```
390390
jsonstat2csv eurostat.json eurostat.csv --by unit --drop freq,age

0 commit comments

Comments
 (0)