You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the tool, very useful!
I was wondering if there's the complete set of functions anywhere, I'm trying to export a report with the transaction date, the memo and the value... thanks a lot.
The text was updated successfully, but these errors were encountered:
No, there isn't a complete set of functions, and I wish we had one. :(
You have a couple of options to find out how:
Use a debugger to step through the code (google can show you how to do this), then print(dir(object or var goes here)) will print every attribute available on the transaction object.
Look in the source code. ofxparse/ofxparse.py is where the code is located, and each class lists the attributes it has. Eg:
Thanks for the tool, very useful!
I was wondering if there's the complete set of functions anywhere, I'm trying to export a report with the transaction date, the memo and the value... thanks a lot.
The text was updated successfully, but these errors were encountered: