Skip to content

akivanc88/ProcessAttendees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProcessAttendees

Technology Used: Node.JS, JavaScript. Node.js required to run this application

To run the codes please follow the instruction below

$ cd /path/to/the/source $ node run.js

OR

run ./process_attendees

Task

  1. The program has to run execute when running ./process_attendees
  2. The program has to generate a file called: valid_attendees.json Select only the valid attendees (all attendees with unique and correct email addresses) Format the result in a json document of the following format
  • array of attendees
    • first_name
    • last_name
    • email
    • phone_number (formatted "(xxx) xxx xxxx", no country code)
  1. The program has to generate a file called invalid_attendees.txt Select only the invalid attendees (all attendees with duplicated or incorrect email addresses) Format the result in a txt document, each line being an attendee Last name – First name – email – phone number (as is)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors