Closed chbndrhnns closed 4 years ago
Can you give me a little bit more context to reproduce this error?
The tool I use to process the OFX
Which tool do you mean? Shouldn't there just be MoneyMoney and YNAB?
Sure. I parse the OFX files using ofxtools and then I send them to YNAB using a small Python application. While YNAB seems not to care about OFX specs, ofxtools does. And there is a character limit on the STMTTRN.name
field
I think a 32 character limitation in this plugin would unnecessary cut off some names after the MoneyMoney export which might also lead to breaking existing YNAB matchings.
So I guess you could either
hope this helps
I understand that and will probably go ahead with a fork. I also agree with your thought that this limit unreasonable.
However, MoneyMoney conforms to OFX here if you export OFX without your plugin. Technically speaking, it's not OFX-compliant what your plugin writes.
The tool I use to process the OFX files complains like this:
Would you be able to fix that?