From 1948e56de83307825aa2edc72674c43732492f45 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 11 Jan 2020 00:12:37 +0100 Subject: [PATCH] add multiple file case to readme again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fef3e1f..3c87d36 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,6 @@ You can use this to fill up your local InfluxDB with previous data or fill data * delete all lines that you already have in your DB (you must keep the csv header line) * export settings as environment vars in case they differ from the defaults (INFLUXDB_HOST, INFLUXDB_PORT, INFLUXDB_DATABASE, SENSOR_ID) -* run `cat | ./to_line_protocol.py | ./to_influx_db.sh` +* run `cat file1.csv [ file2.csv ...] | ./to_line_protocol.py | ./to_influx_db.sh` I should advise you to backup the DB first :stuck_out_tongue: