#Project name: FindBestF1Drivers
##Project Description Objective of this project is to extract the given file and load the result in a csv file with three fastest lap drivers.
###EXECUTING THIS APPLICATION There is main class "FindBestDrivers" which contains "main method", which can be used to execute the program.
Steps to execute the program:
- Go to the director where the "FindBestDrivers.class" file exists
- Enter the command "java FindBestDrivers"
- In the same directory one can see output.csv file
###OUTPUT OF THIS APPLICATION The application will output csv named "output.csv" file in the application.