Skip to content

vavalomi/surveysolutions_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utilities to work with Survey Solutions API

Generate SQL database from the (Tabular) file export

call it from the command line:

python ./tabular_to_sql.py ./example_1_Tabular.zip

or in your script:

import tabular_to_sql

tabular_to_sql.convert("example_1_Tabular.zip",  "sqlite:///example_1.db", "quest.json")

Download export file and generate SQL database

python ./get_export.py --url 'https://demo.mysurvey.solutions' --username api_user --password pass1234

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages