Skip to content

ratonegomez/spring-batch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spring Batch example

Overview

Read (csv file) --> process --> Write (json file)

Building

mvn spring-boot:run

Endpoint

URI: /api/country/job1

Example

Read CSV file

"130","450","MG","MDG","Madagascar","Madagascar"

Write to a JSON file

{"name":"Madagascar","iso_code":"MDG"}

Framework

About

A simple use case of Spring Batch

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages