Skip to content

ijaxahmed/RestApiDataTransform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application: RestApiDataTransform
----------------------------------------

This a Sample Application to access REST API and convert Json response to CSV format
Prerequisite: Java 7
Version: 1.0

Software Development Process: Test Driven Development
Test: src/test


Compile:
----------------------------------------
- Compile Application using following Maven command
              clean compile package assembly:single
- Jar will be created in Target folder (target/SampleRestApis-exe.jar)

RUN:
----------------------------------------
Prerequisite: Java 7

- java  -jar  SampleRestApis-exe.jar  “String” 
- Application will ask for output CSV file path , Please Enter the path

Please enter path to save CSV file path (e.g. d:\temp\abc.csv)

About

REST API and convert json response to CSV data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages