This project is archived. Its data is
read-only
.
Changes
Page history
Update Uploading and downloading data
authored
May 10, 2021
by
Kai van Lopik
Show whitespace changes
Inline
Side-by-side
Uploading-and-downloading-data.md
View page @
59f70686
...
@@ -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 (u
nnamed) object conta
in
in
g
-
(U
nnamed) object
s representing (sets of) data points. Each object
contain
s
-
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 @@@
...
...
...
...