Skip to content

Just a generic module code that helps to read a flat file line by line

License

Notifications You must be signed in to change notification settings

trongnsy/line-by-line-reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Line By Line Reader

Just a generic module code that helps to compute data when read a flat file line by line

Develop

  • Using fs and readline module that are inbuilt modules in Node
  • Using Typescript to build the generic classes or methods

Features

  • Provides the generic selector to select the line match with your conditions
  • Provides the generic accumulator to compute data and return result is anything what you want

Examples

  • Provides a cli app which get the portfolio value of the tokens from a log file (transactions.csv)

About

Just a generic module code that helps to read a flat file line by line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published