mirror of
https://github.com/weewx/weewx.git
synced 2026-05-19 15:25:32 -04:00
Add option to set decimal character for csv import
Add option to set decimal character for csv import. Adopting the option from wd-example.conf. https://groups.google.com/g/weewx-user/c/QV4UKRnR9v0
This commit is contained in:
@@ -27,6 +27,14 @@ source = CSV
|
||||
# delimiter = <single character>
|
||||
# Default is , (comma).
|
||||
delimiter = ,
|
||||
|
||||
# Specify the character used as the decimal point. The character
|
||||
# must be enclosed in quotes.
|
||||
# Format is:
|
||||
# decimal = '.' (dot)
|
||||
# or
|
||||
# decimal = ',' (comma)
|
||||
decimal = '.'
|
||||
|
||||
# If there is no mapped interval field how will the interval field be
|
||||
# determined for the imported records. Available options are:
|
||||
|
||||
Reference in New Issue
Block a user