#Untangled importer
The script expects a CSV file called attendees.csv to be in the same directory, with the following Format:
- Last Name
- First Name
- Email address
e.g.
Elliott,Steve,[email protected]
The CSV parsing is extremely naive, if you have more complex input (commas in values), then you're probably best pulling in a csv parsing module.
Default output is to attendeeUsers.json in the same directory. Password is 12 random characters by default.