Update Uploading and downloading data authored by Kai van Lopik's avatar Kai van Lopik
...@@ -104,15 +104,15 @@ By default the `pepcli list` command will ...@@ -104,15 +104,15 @@ By default the `pepcli list` command will
The `pepcli list` command produces output in a [JSON](https://www.json.org/json-en.html) structure representing the data available in PEP: The `pepcli list` command produces output in a [JSON](https://www.json.org/json-en.html) structure representing the data available in PEP:
- A top level JSON array, containing - A top level JSON array, containing
- An (unnamed) object containing - (Unnamed) objects representing (sets of) data points. Each object contains
- A node named `pp`, containing the subject's [polymorphic pseudonym](Pseudonymization#identifiers-in-pep). - A node named `pp` with a string value containing the subject's [polymorphic pseudonym](Pseudonymization#identifiers-in-pep).
- If requested, a node named `lp`, containing the subject's [local pseudonym](Pseudonymization#identifiers-in-pep). - If requested, a node named `lp` with a string value containing the subject's [local pseudonym](Pseudonymization#identifiers-in-pep).
- A node named `data` with an object value representing data that was inlined. Within the object: - A node named `data` with an object value representing data that was inlined. Within the object:
- Node names correspond with column names. - Node names correspond with column names.
- Node values contain the (raw) inlined data retrieved from PEP. - Node values contain the (raw) inlined data retrieved from PEP.
- A node named `ids` with an object value representing data that was not inlined. Within the object: - A node named `ids` with an object value representing data that was not inlined. Within the object:
- Node names correspond with column names. - Node names correspond with column names.
- Node values contain the data's identifier, which can be [passed to the `pepcli get` command](#getting-data). - Node values contain the data's identifier, which can be [passed to the `pepcli get` command](#getting-data) to retrieve the data itself.
@@@ more here @@@ @@@ more here @@@
... ...
......