ofx-parser icon indicating copy to clipboard operation
ofx-parser copied to clipboard

Parses OFX

Results 6 ofx-parser issues
Sort by recently updated
recently updated
newest added

Files with XML headers are not supported, as in the example below. The OFX version given in this header is `202`, but I think this header should even be supported...

I am importing a OFX file which uses the following format for date: 20120215 This is making ofx-parser throw an error saying "invalid date"

Hi, is there someone still giving maintenance to this gem? I'd like to have BranchID in the method self.build_bank, as below: acct.branch_id = (doc/"STMTRS/BANKACCTFROM/BRANCHID").inner_text I need this because I have...

Hpricot is dead (thus unsupported). Moving to Nokogiri may be possible, although the underlying SGML structure of OFX may reveal some disparities where Hpricot was more liberal. A subset of...

With [Hpricot no longer supported](https://github.com/hpricot/hpricot?tab=readme-ov-file#hpricot-is-over) and showing build errors, it will be great to use Nokogiri instead.