|
1 | | -# How to run |
| 1 | +# Spring console application |
2 | 2 |
|
| 3 | +Problem Statement - Taking 2 file paths (JSON & CSV) as command line arguments and read the data of both the files and display the data in output. |
| 4 | +<img width="95%" src="https://github.com/lakshygupta/Java_Spring-JSON-CSV-File-Reader/blob/main/Output.png" /> |
| 5 | +(Sample format of JSON and CSV file attached in repo) |
| 6 | + |
| 7 | +### How to run |
3 | 8 | 1. Import the java-assignment project in STS / Eclipse.
|
4 | 9 |
|
5 | 10 | 2. Run as maven build
|
|
13 | 18 | java -jar D:\Builds\java.assignment-0.0.1-SNAPSHOT.jar C:\Users\Dell\Desktop\Book1.csv C:\Users\Dell\Desktop\myjson.json
|
14 | 19 |
|
15 | 20 | Note : ensure to give complete paths for jar, json and csv files
|
16 | | - |
17 | | -"Attaching working output as Output.png" |
|
0 commit comments