jpillora / csv-to-influxdb

Import CSV files into InfluxDB
80 stars 37 forks source link

load data on basis on composite column (i.e. on 2 columns) #33

Open safdarrizvi opened 6 years ago

safdarrizvi commented 6 years ago

Hi, I have to load the data on the basis of 2 column, for example I have data like: time, ip, name I want to load the data on the basis of IP and TIME. As of now InfluxDB is loading on the basis of only time.