Skip to content

Commit

Permalink
[Doc] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugazelle committed Mar 11, 2022
1 parent adb4c8b commit 6d83e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ You could use `export_csv_to_influx -h` to see the help guide.

> **Note:**
> 1. You could pass `*` to --field_columns to match all the fields: `--field_columns=*`, `--field_columns '*'`
> 2. CSV data won't insert into influx again if no update. Use to force insert default True: `--force_insert_even_csv_no_update=True`, `--force_insert_even_csv_no_update True`
> 2. CSV data won't insert into influx again if no update. Use to force insert, default True: `--force_insert_even_csv_no_update=True`, `--force_insert_even_csv_no_update True`
> 3. If some csv cells have no value, auto fill the influx db based on column data type: `int: -999`, `float: -999.0`, `string: -`
| # | Option | Mandatory | Default | Description |
Expand Down

0 comments on commit 6d83e65

Please sign in to comment.