export-csv-to-influx
export-csv-to-influx copied to clipboard
The python library to write the CSV data into Influx. Support me via Bitcoin: bc1qqgkmph9cvygzxfpupv4jr4n0nfx3qumwg39j5w
Hi. I've been using version 0.1.25 script by calling it from within a python script as a 'subprocess.check_output("export_csv_to_influx....")' which parses through and collates a bunch of .dat files and then...
I wanted to switch from 1.8 to 2.6 and installed influxdb and client 2.6.(1) on Ubuntu 22.04 and the export-csv-to-influx again. Using it on 1.8 since two years. When I...
In "export_csv_to_influx( )" I wish to have a parameter for the ordering of columns to be turned off, this is causing a huge issue, while visualizing the data, post pushing...
hello sir, i get Error when running cammand. cammand: export_csv_to_influx --csv /mnt/ssd/docker/influxdb/data/data/apcupsd.csv --dbname Ubuntu --measurement apcupsd -u admin -p admin --force_float_columns battery_charge_percent,battery_voltage,input_frequency,input_voltage,internal_temp,load_percent,nominal_battery_voltage,nominal_input_voltage,output_voltage --force_int_columns nominal_power,status_flags,time_left_ns,time_on_battery_ns --force_string_columns battery_date,firmware -fc battery_charge_percent,battery_date,battery_voltage,firmware,input_frequency,input_voltage,internal_temp,load_percent,nominal_battery_voltage,nominal_input_voltage,nominal_power,output_voltage,status_flags,time_left_ns,time_on_battery_ns -tc host,model,serial,status,ups_name...
it asks for --dbname while I am using it for influxdbv2.1 with a provided bucket, org, and token id. 
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...
Hello , I am trying to import data in infludb by using export-vvs-to-influx . It is pretty amazing how fast is it and how easy to use. Thanks for your...
Any requirement for csv file encoding ? I use the csv file generated by python dataframe.to_csv with 'utf_8_sig'. then got below errors. and the CSV file include chinese language. Many...
Does this project support InfluxDB 2.0? I had to enable password auth for backward compatibility with 1.x and now CSV import fails with `influxdb.exceptions.InfluxDBClientError: not implemented: CREATE DATABASE` after `Database...
Hi, We have loadbalancer influxdb-relay this software only expose endpoint /write of API. Your script before sent write with data, try /get+db , for test if database in influxdb exist...