XLSForm to Markdown Codebook Converter
XLSForm to Markdown Codebook Converter
This tool converts an XLSForm with survey
and choices
sheets into a clean Markdown codebook.
How to Use
- Place your XLSForm in this folder.
- Run the script:
python xlsform_to_codebook.py
- It will generate
output_codebook.md
with variable names, labels, types, and options.
Works best with forms using select_one
type choices.