/customink-fundraising-parser

Parses CSV files generated by CustomInk Fundraising site, and generates thank-you cards.

Primary LanguageMustacheMIT LicenseMIT

customink-fundraising-parser

Parses CSV files generated by CustomInk Fundraising site, and generates thank-you cards

COMMANDS

npm run parse

Parses the CSV data into JSON, and summarizes the orders. Expects the CSV data to be saved as ./data/input.csv. Outputs the parsed result as ./data/orders.json.

npm run generate

Renders the parsed data in ./data/orders.json using template.mustache. Runs npm run parse first. Outputs the generated result as ./data/output.html.