This is a simple and small program, written in NodeJS, that solves this following problem.
- Sort the rows in ascending order by email address domain, then by last name.
- Omit rows where the State has a population of more than 10 Million people.
- For rows where the state capitol is Jacksonville, change the email address to '---@-.-'
- You should have Git installed on your system.
- Node and Yarn installed on your system.
- Clone this repository
git@github.com:teodyseguin/developer-exercise.git
. - Change directory to
/developer-exercise
and runyarn install
to download dependencies. - Run the program with this command
yarn run start
- A resulting new file should be generated. The filename is
new-contacts.csv
.