Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 802 Bytes

readme.md

File metadata and controls

30 lines (19 loc) · 802 Bytes

Technical Challenge

The challenge is something simple that will check your logic skills and code structure.

You will find two files available in the repo.

  • data.csv (that holds more recent data)
  • oldData.csv (that holds previous data)

The challenge if you wish to accept it is the following.


Using Laravel PHP you will build a system that will accept the upload of
the two files and check the differences between the two.

After upload of the two files the output should result on the following data:

- the rows that are exact match on both files
- the rows that were updated
- The rows that are new data

The challenge has a deadline your code must be committed to the github repository by the end of the day of the 15 of August 2024.

All the best. Nuno 😎