Without seeing the CSV file I can't be sure, but you could try including --ignore-columns 5 to have it skip the incorrect column.
Best, -Andrew On Tue, Mar 29, 2011 at 8:29 PM, J.L. Reid <[email protected]> wrote: > I was looking into using Reckon for my accounts, but my bank uses > separate credit/debit fields instead of signs to denote credits or > debits from the account. It's csv file also includes a running > balance... which is to say, whenever I attempt to run Reckon against > this bank's csv file it tries to guess which column holds the "amount" > and never gets it right. > > I'm I correct to assume that Reckon can't handle this type of layout > now? > > Also whenever I run reckon here's the output I get: > > > I didn't find a high-likelyhood money column, but I'm taking my best > guess with column 5. > /usr/lib/ruby/gems/1.8/gems/reckon-0.3.1/lib/reckon/app.rb:187:in > `pretty_date_for': undefined method `strftime' for nil:NilClass > (NoMethodError) > from /usr/lib/ruby/gems/1.8/gems/reckon-0.3.1/lib/reckon/ > app.rb:306:in `each_row_backwards' > from /usr/lib/ruby/gems/1.8/gems/reckon-0.3.1/lib/reckon/ > app.rb:305:in `each' > from /usr/lib/ruby/gems/1.8/gems/reckon-0.3.1/lib/reckon/ > app.rb:305:in `each_row_backwards' > from /usr/lib/ruby/gems/1.8/gems/reckon-0.3.1/lib/reckon/ > app.rb:197:in `output_table' > from /usr/lib/ruby/gems/1.8/gems/terminal-table-1.4.2/lib/ > terminal-table/core_ext.rb:23:in `yield_or_eval' > from /usr/lib/ruby/gems/1.8/gems/terminal-table-1.4.2/lib/ > terminal-table/table.rb:32:in `initialize' > from /usr/lib/ruby/gems/1.8/gems/reckon-0.3.1/lib/reckon/ > app.rb:195:in `new' > from /usr/lib/ruby/gems/1.8/gems/reckon-0.3.1/lib/reckon/ > app.rb:195:in `output_table' > from /usr/lib/ruby/gems/1.8/gems/reckon-0.3.1/bin/reckon:10 > from /usr/bin/reckon:19:in `load' > from /usr/bin/reckon:19 > > Should I assume this is because of the issue with the "money" column, > or is this something else? *I tried "(sudo) gem update reckon" but > the resulting output stated that there was noting to update... > > Thanks for your help, > > > > -JLR
