1
0
mirror of https://github.com/aclindsa/ofxgo.git synced 2024-11-22 11:30:05 -05:00
ofxgo/samples/valid_responses
Aaron Ross 0d93a42626 support SGML OFX responses with no line breaks
Some financial institutions (*cough* Wells Fargo *cough*) export OFX files as a single line, which is technically valid according to the v1 spec. In order to parse them correctly, `readSGMLHeaders` now uses a regular expression that allows for all whitespace/line breaks to be optionally excluded.

A new sample response (wellsfargo.qfx) has been added to document this behaviour.
2021-01-04 07:24:40 -05:00
..
401k_v203.ofx Test parsing of some sample responses 2017-04-10 20:01:01 -04:00
inv_v202.ofx Test parsing of some sample responses 2017-04-10 20:01:01 -04:00
ira_v202.ofx Test parsing of some sample responses 2017-04-10 20:01:01 -04:00
moneymrkt1_v103.ofx Test parsing of some sample responses 2017-04-10 20:01:01 -04:00
moneymrkt1_v203.ofx Test parsing of some sample responses 2017-04-10 20:01:01 -04:00
wellsfargo.qfx support SGML OFX responses with no line breaks 2021-01-04 07:24:40 -05:00