quentinsf / icsv2ledger

Interactive importing of CSV files to Ledger
196 stars 70 forks source link

Read CSV file with universal newlines. #58

Closed peterdc closed 10 years ago

peterdc commented 10 years ago

http://docs.python.org/2/glossary.html#term-universal-newlines

At least one Chase credit card outputs CSVs with CR line terminators.

petdr commented 10 years ago

Thanks