jpillora / csv-to-influxdb

Import CSV files into InfluxDB
80 stars 37 forks source link

Feature/treat null values #13

Closed p3r7 closed 7 years ago

p3r7 commented 7 years ago

Added a flag parameter to force csv-to-influxdb to treat values "NULL", "Null" and "null" as an empty value.

jpillora commented 7 years ago

Thanks!