-
Notifications
You must be signed in to change notification settings - Fork 7
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
Convert excel files to csv files. Joe's modules #1508
Convert excel files to csv files. Joe's modules #1508
Conversation
@mnjowe - i've just deleted some of the old parameter files which are no longer needed and pushed the changes. (sorry didnt mean to use such an uninformative comit name). Additionally- does this same process need to happen for |
@EvaJanouskova - have requested your review of this as the updates for the contraception parameter files are also in this branch. |
Absolutely right Joe. That Excel file needs to be converted using same method. Can you also remind me any of your modules you feel are using excel files but not included in this PR? |
…s for newly created csv file(s)
…v_Joe_modules' into mnjowe/convert_excel_files_to_csv_Joe_modules
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great thanks @mnjowe - this looks all good to me!
…aracters and duplicate extensions
@timcolbourn, I wonder, if we won't loose some useful information this way. Because in csv files you don't see where the numbers are coming from, shouldn't the csv files also contain the information on what is the origin of the numbers? For example, values in the column If so, I would also suggest to update the names of the files with calculations to smt like CALC_ instead of DELETE_. |
@timcolbourn, I went through all the CSVs (converted from the @mnjowe, Are you happy to do all of that (delete the CSVs, and save the original |
@mnjowe - please action Eva's comments. Once that's done, please request review from @EvaJanouskova to approve before this can be merged. |
That's well noted @tamuri . @EvaJanouskova, much thanks for taking your time looking at the CSV files. I will try deleting the files as suggested and let you take another look. Thanks |
original contraception excel file moved to sharepoint here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me @mnjowe. Thanks!
Converting all excel files to CSV files. Joe's modules