Skip to content

CSV proceed - custom file processing service.

Notifications You must be signed in to change notification settings

kolyabazlov/gpb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV proceed - custom file processing service.

Task

  • Input: 2 csv files.

  • Processing: If the mathematical operation (+,-,*,/) in the input files matches, perform the operation with the corresponding numbers and save the result in a third file.

  • Output: The resulting csv file and processing statistics are displayed.

  • Format: The files have the format: <number>;<mathematical operation>

To run

npm install  
npm start
http://localhost:3000/

About

CSV proceed - custom file processing service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published