{"id":39008223,"url":"https://github.com/infinityworks/generation-academy-tech-test","last_synced_at":"2026-01-17T17:19:16.597Z","repository":{"id":44990819,"uuid":"513171479","full_name":"infinityworks/generation-academy-tech-test","owner":"infinityworks","description":"A sample tech test repo for the Generation Data Academy","archived":false,"fork":false,"pushed_at":"2024-08-02T15:27:53.000Z","size":26,"stargazers_count":7,"open_issues_count":0,"forks_count":3,"subscribers_count":66,"default_branch":"main","last_synced_at":"2024-08-02T17:21:19.705Z","etag":null,"topics":["academy","csv","generation","python","tech","test","tests"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/infinityworks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-12T14:18:22.000Z","updated_at":"2024-08-02T15:27:57.000Z","dependencies_parsed_at":"2024-08-02T17:08:48.551Z","dependency_job_id":null,"html_url":"https://github.com/infinityworks/generation-academy-tech-test","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/infinityworks/generation-academy-tech-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fgeneration-academy-tech-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fgeneration-academy-tech-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fgeneration-academy-tech-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fgeneration-academy-tech-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/infinityworks","download_url":"https://codeload.github.com/infinityworks/generation-academy-tech-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/infinityworks%2Fgeneration-academy-tech-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28512429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["academy","csv","generation","python","tech","test","tests"],"created_at":"2026-01-17T17:19:15.891Z","updated_at":"2026-01-17T17:19:16.580Z","avatar_url":"https://github.com/infinityworks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generation Academy Tech Test\n\n## The Task\n\nYour team has been given a list of people who work at your company in quoted CSV format, with a requirement to produce a clean output of the CSV file using a Python application _(See below)_.\nAnother member of your team has started work on a CSV parser to load the data from this file.  You have been asked to finish the program by implementing the `__parse_row` method in `csvparser.py`.\n\n_Your only area of focus should be the implementation of the method._\n\nCSV:\n\n```text\n\"Kacie\",\"Holland\",\"Principal Consultant\",\"\"\n\"Alishia\",\"Burt\",\"Consultant\",\"\"\n\"Yazmin\",\"Rice\",\"Senior Consultant\",\"\"\n\"Edmund\",\"Ramsey\",\"Consultant\",\"\"\n\"Oliver\",\"Rooney\",\"Associate Consultant\",\"\"\n\"Anisa\",\"Hancock\",\"Consultant\",\"Has requested to join a different client\"\n...\n```\n\nOutput:\n\n```text\nKacie - Holland - Principal Consultant -\nAlishia - Burt - Consultant -\nYazmin - Rice - Senior Consultant -\nEdmund - Ramsey - Consultant -\nOliver - Rooney - Associate Consultant -\nAnisa - Hancock - Consultant - Has requested to join a different client\n...\n```\n\n_Note_ : Please do not fork the repository.\n\n## Sample data\n\nThree example .csvs have been included in the `data` directory. Solve the problem for `people-list.csv` first, then if time consider updating the code to ensure edge cases in `people-list-comma.csv`, and then `people-list-full.csv` are also handled.\n\n## Prerequisites\n\n* Python 3\n* A clone of this repo\n* A suitable dev environment, such as `VSCode`\n\n## Getting Started\n\nCreate a new virtual environment:\n\n```sh\n# Windows\n$ py -m venv venv\n\n# MacOS/Unix\n$ python3 -m venv venv\n```\n\nActivate the virtual environment:\n\n```sh\n# Windows\n$ source venv/Scripts/activate\n\n# MacOS/Unix\n$ source venv/bin/activate\n```\n\nRun the app:\n\n```sh\n# Windows\n$ py app.py\n\n# MacOS/Unix\n$ python3 app.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinityworks%2Fgeneration-academy-tech-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinityworks%2Fgeneration-academy-tech-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinityworks%2Fgeneration-academy-tech-test/lists"}