Fetch data from RT using REST 2 and parse it into a .csv file
yarn install
node rt_data_parser.js -u ${RT_USER} -o ${CSV_OUTPUT_FILE} -h ${RT_HOST} -i ${TICKET_ID} -n ${NUMBER}
Parse ticket #49504 and 20 tickets below that, down to ticket #49484
node rt_data_parser.js -u user -o data.csv -h https://helpdesk.yoursite.com -i 49504 -n 20
Errors with ticket/transaction information are logged to ./error.log
npm test