Implement support for INCA data files that are in CSV format
The current converter implementation only works with INCA source data in XML format. The XML format is being replace with a CSV format, so the converter need to support CSV source files as well. From the test data we have got it seems like the CSV files are formatted as:
- Comma is used as a separator
- Text values are quoted.
- Date values can be both quoted and unquoted.
- Numeric vales can be both quoted and unquoted (but some may be id-values)
NA
is used instead of empty values (without quotes)
- The column header is empty but the values seem to be the
PAT_ID
values.
Change History
(6)
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
Milestone: |
INCA XML to CSV converter 1.4 → INCA XML to CSV converter 1.5
|
In 7497: