Releases: Bugazelle/export-csv-to-influx
Releases · Bugazelle/export-csv-to-influx
v0.2.1
Fix the chardet issue in setup
v0.2.0
- Support the Influxdb2.x
- Could be able to write the duplicate points by enable:
--unique True
- Could be able to parse the csv files with different encodings by auto detecting. Or you could use the comand to specify the charset:
--csv_charset utf-8-sig
- Several bug fixes
Note: To make the 0.2.0 working, install pip install chardet
v0.1.25
First, really appreciate 7yl4r's help for the pull request.
Here are the fix details:
- Cannot handle times before posix 1000000000, which is already fixed by: 7yl4r's pull request - #33
- empty columns throws cryptic error: #34
- force value to int or float fail messages are backwards: #36
v0.1.24
Feat: Support --force_float_columns and --force_int_columns
v0.1.23
- Feat: _influx.csv file could be ignored
- Fix: Fix process issue when csv cell value empty
v0.1.22
Allow to use wildcard * to match all the columns
v0.1.21
The --tag_columns is no mandatory any more
v0.1.20
- New Feature: Support to force columns as string type
- Fix: Better support the pure timestamp, like 1517587275
- Fix: Exception enhancements
v0.1.19
- [Fix] Fix issue #17
- [Fix] Exception enhancements
- [Fix] Fix total count