Bugazelle / export-csv-to-influx

The python library to write the CSV data into Influx. Support me via Bitcoin: bc1qqgkmph9cvygzxfpupv4jr4n0nfx3qumwg39j5w
BSD 3-Clause "New" or "Revised" License
32 stars 11 forks source link

[Fix] Fix some issues raised by "7yl4r" #42

Closed Bugazelle closed 3 years ago

Bugazelle commented 3 years ago

Mainly fixed the following issues:

  1. Cannot handle times before posix 1000000000, which is already fixed by: 7yl4r's pull request https://github.com/Bugazelle/export-csv-to-influx/pull/33
  2. empty columns throws cryptic error: https://github.com/Bugazelle/export-csv-to-influx/issues/34
  3. force value to int or float fail messages are backwards: https://github.com/Bugazelle/export-csv-to-influx/issues/36