Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 636 Bytes

File metadata and controls

15 lines (11 loc) · 636 Bytes

#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:

  1. Go to the director where the "FindBestDrivers.class" file exists
  2. Enter the command "java FindBestDrivers"
  3. 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.