Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

lakshygupta/Java_Spring-JSON-CSV-File-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

5 Commits

Repository files navigation

Spring console application JSON & CSV File reader

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. (Sample format of JSON and CSV file attached in repo)

How to run

  1. Import the java-assignment project in STS / Eclipse.

  2. Run as maven build Run Configurations - Goals : clean install - check : skip tests

  3. A Jar file will be generated for the project in path : java-assignment\target

  4. open cmd and write following command java -jar D:\Builds\java.assignment-0.0.1-SNAPSHOT.jar C:\Users\Dell\Desktop\Book1.csv C:\Users\Dell\Desktop\myjson.json

Note : ensure to give complete paths for jar, json and csv files

About

JSON and CSV file reader using Spring framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /