Write a java program to traverse a directory structure


Project Description:

Write a java program to traverse a directory structure (DirWalker.java) of csv files that contain csv files with customer info. A simple sample in provided in with the sample code but you MUST will run against a larger dataset.

• Your updated readme from first day of class must be completed (see lecture notes on Brightspace for moreinfo)
• The program should use (SimpleLogging.java) java logging for both info and all possible checkedexceptions
• Some lines in the file will contain incomplete records and should be ignored (andlogged)
- Counted as skipped rows,
• Program must use csv library(SimpleCsvParser.java)
• At the end the program should log - Total execution time - Total number of valid rows - Total number of skippedrows
• Submit repo in and eclipse & project files toGitHub
• Submit result file to directory "Output" inrepo
• Submit output log file from Linux to" output"directory
• Data Columns First Name, Last Name, Street Number, Street, City, Province, Country, Postal Code, Phone Number, emailAddress

Bonus Points - Add the date to the defined in the directory structure as a date data column (yyyy/mm/dd)

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Write a java program to traverse a directory structure
Reference No:- TGS02916657

Now Priced at $60 (50% Discount)

Recommended (95%)

Rated (4.7/5)