playtestcloud / ruby_fints

Basic FinTS 3.0 (formerly known as HBCI) implementation in Ruby
MIT License
14 stars 6 forks source link

data prep from GLS Bank and automatic encoding cmxl #2

Closed plaschczek closed 6 years ago

plaschczek commented 6 years ago

For GLS Bank mt940_to_array helper should replace the @@ to a real line break. (I'm not sure how the string \r\n ever worked with Linux)

Additionally the encoding was not correct on Ubuntu. I've read that cmxl should find the right encoding. For me removing the encoding option solves the problem.

mkilling commented 6 years ago

Thanks! This works for Sparkasse as well. I‘m going to merge it into master.