Golang library for querying and parsing OFX
Go to file
Aaron Lindsay 81814feaff types: Be more lenient on Date, Int, and Amount parsing
Some of these types can have stray newlines in them, and Vanguard has a
very strange bug where they repeat the time portion of a DTSTART element
for a second time (we disregard the latter portion).
2017-03-19 20:46:01 -04:00
banking.go Banking: Add credit card statements, image data, and pending transactions 2017-03-17 21:35:42 -04:00
client.go Improve comments 2017-03-17 21:36:20 -04:00
common.go Reorganization 2017-03-17 21:35:26 -04:00
leaf_elements.go Initial commit 2017-03-11 07:15:15 -05:00
profile.go Ignore whitespace character data xml Tokens 2017-03-13 21:10:19 -04:00
request.go Reorganization 2017-03-17 21:35:26 -04:00
response.go Reorganization 2017-03-17 21:35:26 -04:00
signon.go Improve comments 2017-03-16 11:20:20 -04:00
signup.go Reorganization 2017-03-17 21:35:26 -04:00
types.go types: Be more lenient on Date, Int, and Amount parsing 2017-03-19 20:46:01 -04:00
types_test.go types: Be more lenient on Date, Int, and Amount parsing 2017-03-19 20:46:01 -04:00
util.go Reorganization 2017-03-17 21:35:26 -04:00