$dump-csv
Last updated
Last updated
Dump resource in CSV format
$dump-csv
operation dumps resource data in Aidbox format as CSV (RFC4180). In this format, columns are paths to JSON values and Rows are values. It includes the header.
Neither the specific order of columns nor the order of rows is guaranteed.
URL Parameter | Description |
---|---|
Dump patients in CSV
Rest Console
Curl
Dump Appointments in CSV
REST Console
Curl
resourceType
Type of the resource to dump
Content-Type
text/csv
Transfer-Encoding
chunked
pt-1
Alice
Patient
pt-2
Bob
Patient
ru
pt-3
Charles
Patient
Content-Type
text/csv
Transfer-Encoding
chunked
ap-1
pt-1
Patient
accepted
Appointment
fulfilled
ap-2
pt-1
Patient
accepted
Appointment
booked
ap-3
pt-2
Patient
accepted
Appointment
fulfilled