Skip to content

afbsaopedro/laravel-interview-csv-solution

Repository files navigation

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 😎

About

Solution for an interview code challenge in Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published