From 7609c8d4cc390bc6ee229231b92383a8bcb7084d Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 3 Apr 2020 23:33:44 +0200 Subject: [PATCH] update note about unsupported format --- to_line_protocol.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/to_line_protocol.py b/to_line_protocol.py index b5b3c66..e84faca 100755 --- a/to_line_protocol.py +++ b/to_line_protocol.py @@ -15,8 +15,10 @@ Settings: CSV file spec: Semiconlos are used as delimiters. First line are the header columns. - Generally the column name is used as a DB field name, but there are some legacy - exceptions like "temperature" instead of "Temp" as listed in the following table. + Generally the column name is used as a DB field name. + + The format before 2018-10-01 is not supported by this script and should + be manually converted. | DB Field name | DB field | CSV Column | CSV Format |--------------------|----------|--------------------|--------------------------