Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pipe format and support sort by birthdate #2

Closed
wants to merge 2 commits into from

Conversation

rafaelsales
Copy link
Contributor

Extension Exercise

Task:

  • Checkout the branch of this PR
  • Parse the new input format: people data split by pipe - see the added fixture for details
  • Combine the entries from the different formats
  • Add support to sort the entries by birthdate
  • Format each entry to <first_name>, <city>, <birth_date M/D/YYYY> (same as before)
  • Write at least 1 spec

- Checkout the branch of this PR
- Parse the new input format: people data split by pipe - see the added fixture for details
- Combine the entries from the different formats
- Add support to sort the entries by `birthdate`
- Format each entry to `<first_name>, <city>, <birth_date M/D/YYYY>` **(same as before)**
- Write at least 1 spec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants