x-atlas-consortia / data-ingest-board

The UI App for HuBMAP and Sennet Data Publishing Dashboard
MIT License
0 stars 0 forks source link

Escape quotes and commas in CSV for downloading #134

Closed yuanzhou closed 8 months ago

yuanzhou commented 8 months ago

Fields like status_history contain quotes and commas, breaking the CSV parsing. Address this in the UI code in a generic method to also cover fields like ingest_task, which the users may enter free text.

yuanzhou commented 8 months ago

Addressed via PR #137