Tilo
Tilo
This malformed CSV input should throw an error `SmarterCSV::MalformedCSV : unbalanced quote_char in line 2` (independent of the verbose option)
@rex-remind101 @randall-coding @MattKitmanLabs check out the new version 1.13.0, it has improved handling of unbalanced unescaped quote_chars. I'd appreciate if you could re-run your file and confirm it raises this...
@dwieringa does your CSV file contain double-quote characters for other purposes than inches? If not, you could just set `quote_char` to be an unused character. What happens when you import...
looks like it is defined [here](https://github.com/slack-notifier/slack-notifier/blob/e9aace740c9fb0b22e7da90a9d4e6ee7b3bf6075/lib/slack-notifier/util/http_client.rb#L7) where do you see the missing response attribute?
@knu can this be merged?