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

  1. Open convert_xlsform_to_codebook.ipynb.
  2. Run all cells.
  3. 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.