Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

survey-health/covid-19-dataload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Directions

  • install Node.js version 1.12
  • run npm install
  • run npm run build
  • copy .env.dist to .env and update the settings for your FileMaker environment

Using the tool

Export your Student or Faculty list without headers in the format

ID,FirstName,LastName,DOB,Active (1/0)

  • node build/index.js Student /path/to/studentsfile.csv
  • node build/index.js Faculty c:\path\to\faculty.csv

If the file is uploaded correctly the tool will return a status code of 0. if you didn't pass the correct paramaters it will return the status code of 100. If there was a error talking to FileMaker it will return a status code of 200.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published