Skip to content

Commit 61cbee8

Browse files
committed
Update API.md
1 parent e1b52e6 commit 61cbee8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ jsonstat2csv oecd.json oecd.tsv --column "\t" --decimal ","
380380

381381
String. Dimension ID. When a valid dimension ID is provided, the resulting CSV is transposed by that dimension and the value column is replaced by as many columns as categories in the specified dimension.
382382

383-
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.
383+
When this option is set with a valid ID, **--status**, **--vlabel**, **--slabel** and **--big** are ignored. When **--rich** is set or an invalid ID is specified, **--by** is ignored.
384384

385385
#### --drop (-p)
386386

@@ -404,7 +404,7 @@ jsonstat2csv oecd.json oecd.jsv --rich
404404

405405
Boolean. Trying to convert a very big dataset into a CSV can produce several errors. The default Node.js memory can be insufficient (Node.js *max-old-space-size* will need to be increased). But even with enough memory, an *Invalid string length* error could stop the execution of **jsonstat2csv**. To avoid this, use the **--big** option.
406406

407-
This option will be ignored if the stream interface is enabled (**--stream**).
407+
This option will be ignored if the stream interface is enabled (**--stream**) or a valid **--by** is specified.
408408

409409
## jsonstat2objarr
410410

0 commit comments

Comments
 (0)