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
I'm trying to persiste some modifications on FITID, but when I open the file (*.ofx) nothing happens.
This my code:
import ofxparse
import datetime as dt
with open('/home/jovani/Downloads/ofx.ofx') as file:
ofx = ofxparse.OfxParser.parse(file)
transactions = ofx.account.statement.transactions
for t in transactions:
id = t.id
id = dt.datetime.now().strftime("%Y%m%d%f")
Some help?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to persiste some modifications on FITID, but when I open the file (*.ofx) nothing happens.
This my code:
Some help?
The text was updated successfully, but these errors were encountered: