csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

Change acctid from String to NagString #182

Closed diraol closed 5 months ago

diraol commented 6 months ago

Hi, my bank (Nubank@Brazil) is feeding my CC statement OFX file with the acctid field being filled up with an UUID. Would it be possible to change the field to use NagString instead of String?

If you are ok with it I can craft the PR.

diraol commented 6 months ago

Btw, here is a (redacted) sample of a CC statement from the before mentioned bank br-nu-cc-sample.ofx.txt

csingley commented 6 months ago

Yeah, sure, why not.

diraol commented 5 months ago

Here it is https://github.com/csingley/ofxtools/pull/183 :)