Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

JyheMark/csv-sorter-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Http CSV sort server

A HTTP server for sorting CSV files ascendingly by column number.

Directions

Compile and run. Runs on port 8080.

POST csv file to http://localhost:8080/sort/{n} where {n} is the column number to sort on.

Server responds 200OK with the sorted CSV in the body.

TODO

  • Accept comma as delimiter
  • Accept semicolon as delimiter
  • Accept tab as delimiter
  • Incoming CSV validation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages