OpenDataCapture
OpenDataCapture copied to clipboard
All for .csv and .xlsx to be possible table download options
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