Skip to content

Releases: Bugazelle/export-csv-to-influx

v0.2.2

14 Mar 09:47
a2da7ad
Compare
Choose a tag to compare

Fix -v not working issue

v0.2.1

13 Mar 02:34
2dd2cbb
Compare
Choose a tag to compare

Fix the chardet issue in setup

v0.2.0

12 Mar 13:48
4217ff1
Compare
Choose a tag to compare
  1. Support the Influxdb2.x
  2. Could be able to write the duplicate points by enable: --unique True
  3. 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
  4. Several bug fixes

Note: To make the 0.2.0 working, install pip install chardet

v0.1.25

07 Oct 14:13
20ed753
Compare
Choose a tag to compare

First, really appreciate 7yl4r's help for the pull request.

Here are the fix details:

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

v0.1.24

18 Mar 08:55
eb15d1c
Compare
Choose a tag to compare

Feat: Support --force_float_columns and --force_int_columns

v0.1.23

20 Feb 16:26
f132463
Compare
Choose a tag to compare
  1. Feat: _influx.csv file could be ignored
  2. Fix: Fix process issue when csv cell value empty

v0.1.22

15 Feb 09:13
cc8ee0e
Compare
Choose a tag to compare

Allow to use wildcard * to match all the columns

v0.1.21

14 Feb 15:58
e48cfc9
Compare
Choose a tag to compare

The --tag_columns is no mandatory any more

v0.1.20

23 Nov 16:52
3ad55b7
Compare
Choose a tag to compare
  1. New Feature: Support to force columns as string type
  2. Fix: Better support the pure timestamp, like 1517587275
  3. Fix: Exception enhancements

v0.1.19

15 Oct 17:59
b5c800c
Compare
Choose a tag to compare
  1. [Fix] Fix issue #17
  2. [Fix] Exception enhancements
  3. [Fix] Fix total count