Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 716 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 716 Bytes

Instructions

Pull latest registration info from CVENT and format it for Hopin invites.

To generate the latest file see the following steps:

  1. Reporting > Reports > Debit and Credit Details (Financial Reports)
  2. Create filters:
    • Order Type: Order Request or Order Charge
    • Agenda Item Name: Full Conference or Workshop
  3. Set transaction date filter (Top)
  4. Download .csv file (Settings button > export to comma seperated value)

Run Program

node index.js latest.csv out.csv

Formatted information will be in out.csv file.

Alternative latest method node diff_check.js old.csv(old file) latest_conf.csv(new file) full_conf_3_8_7_57.csv(output file)