浏览代码

Merge pull request #2 from BrutalBirdie/patch-1

Fixes #1: Missing README Information
Fabio Miranda 6 年之前
父节点
当前提交
cc5f9f2a77
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      README.md

+ 3 - 1
README.md

@@ -1,5 +1,7 @@
 # csv-to-influxdb
 # csv-to-influxdb
 Simple python script that inserts data points read from a csv file into a influxdb database.
 Simple python script that inserts data points read from a csv file into a influxdb database.
+**WARNING**
+The database given via the --dbname parameter will drop the database first, then insert the csv data.
 
 
 ## Usage
 ## Usage
 
 
@@ -62,4 +64,4 @@ timestamp,value,computer
 
 
 The following command will insert the file into a influxdb database:
 The following command will insert the file into a influxdb database:
 
 
-```python csv-to-influxdb.py --dbname test --input data.csv --tagcolumns computer --fieldcolumns value```
+```python csv-to-influxdb.py --dbname test --input data.csv --tagcolumns computer --fieldcolumns value```