diff options
author | BonfaceKilz | 2022-04-12 13:35:07 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-04-12 13:38:18 +0300 |
commit | 287c6f7fef50821748588e681c91a8a3a3ae9bf6 (patch) | |
tree | 76a22fcc6b9dd28d3677350498288f50e203d093 | |
parent | 9fa69a48e3faf7905d89479e26d12f7abe6d8fb4 (diff) | |
download | gn-gemtext-287c6f7fef50821748588e681c91a8a3a3ae9bf6.tar.gz |
Close issue 161
-rw-r--r-- | issues/csv-error-ITP_10001-longevity-data-set.gmi | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/issues/csv-error-ITP_10001-longevity-data-set.gmi b/issues/csv-error-ITP_10001-longevity-data-set.gmi index 830f96d..140267a 100644 --- a/issues/csv-error-ITP_10001-longevity-data-set.gmi +++ b/issues/csv-error-ITP_10001-longevity-data-set.gmi @@ -4,9 +4,9 @@ * assigned: bonfacem * type: bug +* status: closed * priority: critical -* keywords: critical bug, in progress -* keywords: metadata, phenotypes +* keywords: critical bug, in progress, metadata, phenotypes ## Description @@ -26,9 +26,11 @@ The screenshot: - [X] Check if database is affected in any way -- [ ] Send a patch to fix +- [X] Send a patch to fix -- [ ] Notify every relevant user +- [X] Notify every relevant user + +- [X] Update case-attr page with links ## Notes @@ -49,3 +51,11 @@ Notice the "^M" represents a carriage return. See: => https://en.wikipedia.org/wiki/ANSI_escape_code#C0_control_codes When storing case attributes, values with control sequences are also stored, and when you download that data for use, they were not being stripped out. As a consequence, opening the csv file in Excel (or similar) software resulted in data that seems jumbled up. + +### Tue 12 Apr 2022 13:33:31 EAT + +The relevant fixes: + +=> https://github.com/genenetwork/genenetwork2/pull/697 + +=> https://github.com/genenetwork/genenetwork3/pull/91 |