OpenDataCapture icon indicating copy to clipboard operation
OpenDataCapture copied to clipboard

All for .csv and .xlsx to be possible table download options

Open david-roper opened this issue 1 year ago • 0 comments

Current Implementation and Limitations

Currently the download feature for a subject table only allows for JSON and TSV downloads, many may consider the possibility of downloading the table as .csv or .xlsx to be useful.

Associated Application Components

Client

Proposed Solution

Initally take file as TSV, then proceed to use a library to convert the file into .csv or .xlsx, which is then downloaded using the useDownload() hook.

Estimated Difficulty

Medium

Priority

Medium

david-roper avatar Aug 07 '24 20:08 david-roper