Tagged Questions

11
votes
5answers
2k views

What are some OFX (Open Financial Exchange) APIs?

I am planning to develop a small application which displays my bank account details(like Mint.com) where I can customize the display of my own. I want to know how and where to start. Where these OFX ...
3
votes
3answers
750 views

(.OFX/.QFX/.QIF/.QBO/.OFC) file converter

We are building an application that reads files (.OFX/.QFX/.QIF/.QBO/.OFC) and place the data read in the file in a grid. Does anyone know of a utility or 3rd party tool to convert the file types ...
3
votes
2answers
789 views

Importing OFX files

I am trying to import financial information using the OFX protocol which is used by Quicken and Money. I have had a pretty good look around for an open source library but so far have come up empty. ...
2
votes
1answer
501 views

How can I transform XML to invalid XML using XSLT?

I need to transform a valid XML document to the OFX v1.0.2 format. This format is more or less XML, but it's technically invalid and therefore cannot be parsed as XML. I'm having trouble getting my ...
1
vote
1answer
901 views

OFX File parser in C#

I am looking for an OFX file parser library in C#. I have search the web but there seems to be none. Does anyone know of any good quality C# OFX file parser. I need to process some bank statements ...
1
vote
2answers
169 views

How do I make XmlSerialiser not start with <?xml ?>?

The file format I'm working with (OFX) is XML-like and contains a bunch of plain-text stuff before the XML-like bit begins. It doesn't like having between the plain-text and XML parts though, so I'm ...
0
votes
1answer
35 views

OFX Parser. Ignore XML Text Reader Exception

I am writing custom OFX -> XML parser on c#. Currently I am using standard XMLTextReader. The ofx format might have following structure: <STATUS> <CODE>0 <SEVERITY>INFO ...
0
votes
0answers
25 views

Means/methods to parse OFX

I want to write a parser(or use existing one) for OFX format. I'v tried ofx_csharp, but it doesn't suit to my case, moreover it has some requirements to import file. So I thought it would be better ...
0
votes
1answer
74 views

A/R & A/P in OFX file

I'm working on exporting data from an existing accounting system written in C# in house and the goal is to have the data usable in multiple accounting packages. For that we've selected the OFX ...
0
votes
1answer
295 views

Is there a better Regex for parsing DTD

I've got the DTD for OFX 1.03 (their latest version despite having developed and released 1.60, but I digress...) I would like to use regex to have groups that split an entity, element, other tags ...
0
votes
3answers
1k views

How do I format DateTime or TimeZone/TimeZoneInfo to display Three letters?

I'm working with a spec that calls for a peculiar Datetime format that I haven't necessarily had to work with yet. At Process time, an OFX (1 not 2) datetime must be stamped (either DTCLIENT or ...
0
votes
2answers
635 views

xsd.exe generates duplicate attributes when run on OFX2 schema

Using the command line: "xsd.exe" "OFX 2.1.1 schema/OFX2_Protocol.xsd" /c /namespace:OFX /nologo" The resulting C# source file fails to build with these errors: D:\blah\OFX2_Protocol.cs(19,6): ...