iefieldkit
iefieldkit copied to clipboard
Stata commands designed for Impact Evaluations field work. These are tools that are used during/after a survey in the field for data quality monitoring.
The command could check that `publishable` is used and then, after data is downloaded, use the field to drop all non-publishable fields (as some kind of subcommand perhaps, or other...
The command breaks if a label column has no single label listed. This should ideally that gets flagged in the report rather than having the command break.
- [ ] Clean file paths form "\" to "/" - [ ] Check that folder exists and throw error - [ ] Check that file exists and throw error...
This should be a new do-file (not ado) to be saved in *iefieldkit/src/ado_files/iefieldkit_aux.do*. It should contain functions to perform the following tasks: - [x] Test that a file extension was...
Update the explanation of duplicate choice list and reorganize the result shown to show duplicates on the same row or adjacent rows in the test report.
I might be wrong here :) but I think a correct practice for searching for options choices in an attached dataset would be to have the 'value' in the choices...
Luiza: Should probably find a way to keep these (special characters) in the future. Ben: Agree. At least it would be better to have a good list of what can...
Create a command to be used in all error messages that ouput messages. See https://github.com/worldbank/ietoolkit/issues/202 for discussion on how it would be.
We have been manually formatting the _syntax_ line in our helpfiles, but the whole time there has been a short hand that automatically applies the formatting. My bad for not...
as discussed in #94, we should check if either `.xls` or `.xslx` are specified, and show a warning saying to double check the filepath if the extension is not specified