Skip to content

sharon-keane1/GraduateAssessmentProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

This is the Zinkworks Graduate Assessment Project

Create an application that will

UML diagrams

sequenceDiagram
gradservice ->> server: gets report 
server ->> gradservice: here the report
Loading

Flow diagrams

flowchart TD
    getReport 
    --> savesReport
    --> convertReportCsv
    --> loadlocalCsvFile
    --> joinsbothCvs
    --> savesNewcvs
Loading

The input

The input.cvs will be given prior to assessment.

The working Data

You will need to retrieve the data from an endpoint above Data returned from rest call is needed for the assessment The retrieved json should be converted to csv

Output

You can join the input.csv with the report.csv to create a new final.csv file The result.csv file as an example of the new file layout*** All files should be submitted as part of your assessment

Zip project and email to Sharon.keane@zinkworks.com

About

This is the repo for the Graduates to work from

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors