Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

iabaako/ipacheckscto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CHECK SurveyCTO XLS Forms

Overview

ipacheckscto is a Stata Module for checking SurveyCTO XLS forms for posiible errors and best practices. Please note that this program does not check for issues that are already included in the SurveyCTO server debug program. Please ensure that have succesfully uploaded your form onto the SurveyCTO server before running this program.

Installaion (Beta)

* ipacheckscto can be installed from github

net install ipacheckscto, all replace ///
	from("https://raw.githubusercontent.com/iabaako/ipacheckscto/master/ado/")

Syntax

ipacheckscto using filename, outfile(string) replace]

options
	outfile 		- Export Issues into an excel file
	replace			- Overwrite excel file

Example Syntax

* Check XLS form without exporting issues
ipacheckscto using "Baseline Survey.xlsx"

* Check XLS form and export issues to excel
ipacheckscto using "Baseline Survey.xlsx", outfile("basline_survey_issues.xlsx") replace

Please report all bugs/feature request to the github issues page

About

Stata Module to Check SurveyCTO XLS form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published