Errors during run

Issue #8 resolved
ZG created an issue

When processing an .n43 file from Banc Sabadell, I get many of these errors:

Validation failed for reference '000958145698'
Bad format: content 'A82018474000' mismatches the expected format r'^\d{12}$' for this field
Validation failed for reference '000960545562'
Bad format: content 'PayPal Europe S.' mismatches the expected format r'^[ \w]{16}$' for this field
Bad format: content 'PayPal Europe S.' mismatches the expected format r'^[ \w]{16}$' for this field
Validation failed for reference '000963467753'
Bad format: content 'A82018474000' mismatches the expected format r'^\d{12}$' for this field
Bad format: content 'B57481517000' mismatches the expected format r'^\d{12}$' for this field

I also do not see many --format like xls, etc. Only this: csb2format: error: argument -f/--format: invalid choice: 'xlsx' (choose from 'homebank', 'json', 'ofx', 'ofx1', 'yaml')

Thanks!

Comments (3)

  1. wmj repo owner

    Those errors are in fact warnings. The file provided by your bank is not fully compliant (a common issue, since it is an old format) according to the n43 file specifications.

    Regarding to spreadsheets formats, they are currently not supported in python3, only in python2. I am working on adapting tablib support in python3 but, meanwhile, you'll have to use python2.

  2. Log in to comment