csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

ofxget: Add --nonewfileuid option #99

Closed aclindsa closed 3 years ago

aclindsa commented 3 years ago

This allows you to set NEWFILEUID="NONE" in the header for FIs which don't like it being an actual UID.

Closes https://github.com/csingley/ofxtools/issues/98

aclindsa commented 3 years ago

@csingley FYI - I think you merged this just before I pushed my latest change which moved the argparse definition to the format group: https://github.com/aclindsa/ofxtools/commit/6f3680264cff3e45108d1ca67a2d2938d3cef3af

csingley commented 3 years ago

Sorry fella, crossed wires. I just merged that change myself.

Nice work, just trying to help.