diff --git a/Rabobank.hs b/Rabobank.hs
--- a/Rabobank.hs
+++ b/Rabobank.hs
@@ -65,7 +65,7 @@
     where rows       = lines $ filter (/= '"') file
           rawRecords = map (splitOn ",") rows
           records    = map (takeWhileIndex [2,3,4,5,6,10]) 
-                            (filter (\x -> length x == 16) rawRecords)
+                            (filter (\x -> length x == 19) rawRecords)
 
 -- |Turns a list of a list of list of a list of 'String's into a list of
 -- 'Transaction's.
diff --git a/rabocsv2qif.cabal b/rabocsv2qif.cabal
--- a/rabocsv2qif.cabal
+++ b/rabocsv2qif.cabal
@@ -1,5 +1,5 @@
 Name:           rabocsv2qif
-Version:        1.1.2
+Version:        1.1.3
 Synopsis   :    A library and program to create QIF files from Rabobank CSV exports.
 License:        GPL
 License-file:   LICENSE
