-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change to the CSV export #861
Comments
@CaptainBrad this looks like it's connected to: #118 there's some additional discussion there. |
Thanks for the heads up @ross-spencer , we will look into 118. |
I understand the problem now and I have investigated and started making changes to add the missing header values. The number of columns will vary from one CSV file to another, but each file will be valid within itself. The number of values in each row will match the number of values in the header row. |
Existing tests pass now. Working on new tests to check new behaviour. |
Currently, if you ask for 'one row per file', any additional identified formats are added as extra columns - but they are not given a column header. Can this be included, e.g. PUID2 etc. The missing header makes the csv difficult to use in Excel and also for scripting where you have to work around the missing headers (e.g. Python pandas read_csv). I'm using 6.5.2.
The text was updated successfully, but these errors were encountered: