Skip to content

dumps form field input into a CSV and optionally to a Microsoft Forms spreadsheet

License

Notifications You must be signed in to change notification settings

ToasterLab/formdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

formdump

dumps form field input into a CSV and optionally to a Microsoft Forms spreadsheet

Development

You need Leiningen and Java/OpenJDK installed.

lein ring server

Deployment

Note that data is written to ./data.csv.

Docker

Docker Hub

There is an image on Docker Hub labelled hueyy/formdump.

docker run -p 8000:8000 hueyy/formdump

You can set the timezone in the container with the TZ environment variable, e.g. TZ=Europe/London.

Build from source

docker build -t formdump .
docker run formdump

If you're using a volume you probably want to set the OUTPUT_FILE environment variable to a path within your volume, e.g. /data/data.csv.

Manual

lein uberjar
java -jar target/uberjar/formdump-0.0.1-standalone.jar

About

dumps form field input into a CSV and optionally to a Microsoft Forms spreadsheet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published