├── src/main/java/com/salesanalysis/ │ ├── SalesDataAnalysisApp.java # Main application entry point │ ├── model/SalesRecord.java # Sales data ...
This repo's purpose is to document, store and record data read from a csv file into three(3) locations. It is also a coding challenge given to me by the MS3 team. ~~~~~How to use~~~~~ Download version ...