-
The current CSV export feature is buggy. Many issues boil down to the fact that the table is generated on the client side and encoded in a data URI. Browsers may block these for security reasons, and …
-
**Describe the problem you would like to solve**
The CSV file that is currently exported from the "Report Generator" section (inside "Statistics") does not distinguish desk reject declines from post-…
-
The webapp currently saves tracked point locations in units of pixels in the frame when saving tracking information to a CSV file. Add a column to the saved CSV information that reports the location o…
-
This is the issue to create the PNW Census pipeline.
The pipeline will need to:
- [ ] validate a single csv file
- [ ] incorporate the new "year_month" element from the filename in exactly the same wa…
-
Hi,
Not sure where I can get an answer to this, but I am pretty desperate to find out what i am doing wrong. I have posted it on SO:
http://stackoverflow.com/questions/36856168/dossier-reporting-fo…
-
Kindly share the printables in SAP to prepare layouts.
Example: Purchase, Sales, Inventory,Delivery
-
Hello!
I am working with the csv reports that can be exported from Nextclade, and I am wondering if there is any way to know when there has been a synonymous amino acid mutation, and if so, which m…
-
### Background
CSV files are notoriously hard to parse. Evidence uses DuckDB which is very good, but often fails without configuration.
For example, a failure may look like this
```
npm run …
-
As requested by Lynn Phillips, add reports on reservations as follows.
## By exam
Aggregations:
* `reservations_by_exam.csv`: Columns `course`, `exam`, and reservation counts.
* `reservations_…
-
The csv export do not escapes quotes ("), do not support new lines on field content, and can't be oppened without problems on excel. Also the http headers do not set the filename ok.
Here is a patch …