TimeStamp Issues (postic/unix) 19 digits posix
Seems to be unable to import 19 digit posix dates
python3 csvtoinflux.py -i server1.csv -s server5:8086 --create --dbname NewTest --tagcolumns host --fieldcolumns CPU,GPU --metricname name --timecolumn time --timeformat posix
Deleting database NewTest
Creating database NewTest
Traceback (most recent call last):
File "csvtoinflux.py", line 200, in
CSV looks like this :
name,time,CPU,GPU,host temperature,1590335330162702714,53.5,53,server1 temperature,1590335335297033388,54,53,server1
The relevant code is here. It would be great to have a test for this.
Hello @lee-weedon
Sorry for the delay The latest lib 0.2.0 should fix your issue
Please upgrade to the latest version: pip install ExportCsvToInflux --upgrade