CorpGlory / csv2influx

A CLI tool for importing CSV files into Influxdb
MIT License
16 stars 6 forks source link

Progress bar ends at 99% #38

Open rozetko opened 6 years ago

rozetko commented 6 years ago

In quiet mode progress bar ends at (n-1)/n, where n is linesCount. We can create progressBar with total: linesCount-1 or function countFileLines should return linesCount-1.