Commit Graph

  • 5648746546 Add index and count to parse.data and parse.end events in File model Onja 2023-10-10 16:05:50 +0300
  • 50997abf9f Add FileService class to parse CSV data from a given URL and return a stream for download Onja 2023-10-10 15:55:38 +0300
  • 6db619d3c4 Refactor the code to load the project path from the config/constants.js file and fix a bug in the parse method where it returns false instead of rejecting the promise with an error message when columns are invalid Onja 2023-10-10 15:52:08 +0300
  • bd75953797 Add "dev" script to package.json for nodemon Onja 2023-10-10 15:47:03 +0300
  • ca33b38dc9 Refactor the processRow method to generate a new file with the columns and return the exported row Onja 2023-10-10 15:27:22 +0300
  • 997aee6cce Rename file.js to src/models/file.js Onja 2023-10-09 19:23:06 +0300
  • 0f17664964 Rename File.js to file.js and make changes to the parse method to read a file and return a stream Onja 2023-10-09 19:22:46 +0300
  • 7be61d264d Refactor File.js to include generating a separate filepath for the generated file Onja 2023-10-09 19:21:28 +0300
  • d1052f693a Refactor File class to include download progress and error handling Onja 2023-10-09 17:55:10 +0300
  • 39e38ce379 First commit Onja 2023-10-09 17:39:17 +0300