Skip to content

maksimsav/CSVJoiner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSVJoiner

This project implements task:

Need write Java console application to simulate INNER JOIN for two CSV files. This application should read two files. First file, workers, has lines with ';' separated fields like: id, name, surname, department_id. Second one, departments, with fields id and name.

Need parse csv content of these files, join them like INNER JOIN and print results on screen in form for each worker: First name, Last name, Department.

Don't write owm csv parsers and use already existed and opened packages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages