You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just trying out reckon for beancount but can't get it to parse any csv I try. I always get the error:
/Users/.../.gem/ruby/2.6.0/gems/reckon-0.9.1/lib/reckon/date_column.rb:76:in `rescue in likelihood': uninitialized constant Date::Error (NameError)
I've tried csv from my banks and example csv files for beancount-import with arguments for skipping header rows, the correct date column, encoding, etc but every file fails in the same way.
The text was updated successfully, but these errors were encountered:
@mikaeljagelid This appears to be a ruby 2.6.0 issue, it doesn't occur on 2.7+.
I'm currently testing on 2.7, 3.0 and 3.1. For my curiosity, what OS are you running? I'll add 2.6.0 to the list of rubies to test, but I'd like to know where that's coming from.
I'm just trying out reckon for beancount but can't get it to parse any csv I try. I always get the error:
I've tried csv from my banks and example csv files for beancount-import with arguments for skipping header rows, the correct date column, encoding, etc but every file fails in the same way.
The text was updated successfully, but these errors were encountered: