kolyabazlov / gpb

CSV proceed - custom file processing service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 96.6%Language:HTML 3.4%