Survey to Codebook Generator
Survey to Codebook Generator
This folder contains:
- A real XLSForm (
input/survey.xlsx
) - A Python notebook to convert the XLSForm into a readable Markdown codebook
- A generated example:
output/generated_codebook.md
How to Use
- Open
convert_xlsform_to_codebook.ipynb
. - Run all cells.
- A Markdown file with variables, types, hints, constraints, and choices will be saved in
/output
.
This helps automate documentation for field surveys and make forms easier to understand.