Skip to content

tbfreitas/CSV-Reader-Spring_boot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#CSV Reader

  • This project is an example of the remaining API that reads a file as CSV and returns a List with results.
  • Samples files are present on resource folder people.csv and people.txt
  • Simply install the maven dependencies with mvn clean install run CsvreaderApplication and be happy! *In theory, you can use the same strategy to read any standardized date structure from a file, perhaps (for sure) it will be necessary to adapt the structure of the example I did by returning a data with the data from the file.

#Acces API Documentation

After starting the application, it will be available at http://localhost:8080/swagger-ui.html and you can test it right here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%