That line was default. I added quotes around the comma and it also worked. the line does look like
delimiter = , Could it be reading the space prior to the comma as part of the string? On Thursday, May 7, 2020 at 3:46:47 PM UTC-7, gjr80 wrote: > > Just a comment on the original error/delimiter issue. The problem was > nothing to do with the source data but rather the import config file; > something other than a single character was being read form the import > config file and passed to the DictReader. wee_import handles blank fields > perfectly well. You are correct that the default delimiter is a comma, > consequently removing the problem delimiter setting in your import config > file fixed the delimiter error. > > Gary > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/75ffbb61-7e38-4a48-a3cc-88f2fc9d912c%40googlegroups.com.
