Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 507 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 507 Bytes

keysurvey-parser

##1-Month export

  1. Delete rows 1-5
  2. Clear text from new row 1
  3. Paste headers from corresponding file in header_files folder to new row 1
  4. Save file to survey_files folder
  5. Open .env file and set FILE_TO_PARSE equal to the name of the file (including the .xls extension) and set the FIELDS_TO_USE_FOR_CSV equal to which survey month it is (1, 3, 6, 12, or 18)
  6. npm start to run
  7. New CSV will appear in parsed_files folder upon completion