Skip to content

GalvanizeDataScience/MiniDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

Mini Database

The aim of this app to open text file with a CSV and convert it contents into binary file.

Your Task

Complete Java code to implement binary file from source.csv contents. The implementation of reading the csv file is already done for you. So your task is to create new file called data.db as binary file and write contents of source.csv as binary using following instructions:

YearIndustry aggregationIndustry codeIndustry nameValue
typeintStringStringStringdouble
length10850

Each string you should write fixed length string as stated above.

Screen Capture

Here is a sample run Screen Capture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java100.0%