| ... | ... | @@ -8,6 +8,7 @@ title: 'MQTT Topic: frontend_thing_update' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# `frontend_thing_update`
|
|
|
|
|
|
|
|
|
| ... | ... | @@ -164,15 +165,15 @@ Changes in parsers: header and comment not in read_csv anymore |
|
|
|
'type': <string>, # e.g CsvParser
|
|
|
|
'name': <string>,
|
|
|
|
'settings': {
|
|
|
|
'delimiter': <string>, # e.g ','
|
|
|
|
'skipfooter': <integer>, # lines to skip at the end of the file
|
|
|
|
'skiprows': <integer>, # lines to skip at the beginning of the file
|
|
|
|
'pandas_read_csv': <object> | null, # a dictionary of kwargs passed to `pandas.read_csv`
|
|
|
|
'timestamp_columns': [<TS_COL>, ...], # any number of timestamp columns
|
|
|
|
# NEW
|
|
|
|
'header': <string>,
|
|
|
|
'comment': [<string>, ...],
|
|
|
|
}
|
|
|
|
'delimiter': <string>, # e.g ','
|
|
|
|
'skipfooter': <integer>, # lines to skip at the end of the file
|
|
|
|
'skiprows': <integer>, # lines to skip at the beginning of the file
|
|
|
|
'pandas_read_csv': <object> | null, # a dictionary of kwargs passed to `pandas.read_csv`
|
|
|
|
'timestamp_columns': [<TS_COL>, ...], # any number of timestamp columns
|
|
|
|
# NEW
|
|
|
|
'header': <string>,
|
|
|
|
'comment': [<string>, ...],
|
|
|
|
}
|
|
|
|
|
|
|
|
<TS_COL> = {
|
|
|
|
'column': <integer>,
|
| ... | ... | |
| ... | ... | |