csv2influx icon indicating copy to clipboard operation
csv2influx copied to clipboard

A CLI tool for importing CSV files into Influxdb

Results 16 csv2influx issues
Sort by recently updated
recently updated
newest added

Not sure how to create a pull request for this; but this works for me to parse a "MM/DD/YYYY" date. ``` const moment = require('moment'); function parseValue(recordValue, mappingObject) { if(mappingObject.format...

Hi, This is a great tool. But I encountered with a problem, after csv data imported into the series, I noticed that 'show tag keys' will return empty thereafter. I...

Hi, I got this error when trying to import the csv file root@foxy-01:/home/csv2influx# csv2influx --c csv2influx.conf.json test.csv Reading csv2influx.conf.json ok checking format ok lines count:8 Connecting to http://user:[email protected]:8086 Error: Connect...

It would be pretty cool if there were an option to replace NULL values with a predefined one such as 0 in the config file. One of the csv files...

![2018-03-25 17 32 31](https://user-images.githubusercontent.com/3668959/37876278-aa6782ae-3052-11e8-9d25-75c6cdf6ea06.png)

It just fails on my machine ![image](https://user-images.githubusercontent.com/1022757/37876518-184faeec-3056-11e8-876d-01a005109d2c.png)

Guess it would be useful to be able to set number of CSV-rows to import to DB. Something like: `csv2influx --rows 100 --config airQuality.conf.json airQuality.csv`

enhancement

I want to type `csv2influx -v` to get version because sometimes you just need to know it :) @rozetko maybe you would find time to make it

In quiet mode progress bar ends at (n-1)/n, where n is linesCount. We can create progressBar with total: linesCount-1 or function countFileLines should return linesCount-1.

bug

This csv would break importing ```csv Date Of Stop,Time Of Stop,Agency,SubAgency,Description 08/28/2017,23:12:00,MCP,"3rd district, Silver Spring","PEDESTRIAN FAIL TO OBEY ""UPRAISED HAND"" SIGNAL" ```

bug
good first issue