Все вопросы: [ofx]
7 вопросов
Получите некоторые данные ofx с помощью Python
Я пытался использовать http://www.jongsma.org/ gc / scripts / ofx-ba.py , чтобы получить информацию о моем банковском счете из wachovia. Не повезло, я решил, что просто попытаюсь вручную создать некоторые данные запроса, используя этот пример а> Итак, у меня есть файл, который я хочу исп...
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 into its parts for further processing such that I would take a tag like this: <!ENTITY % ACCTTO...
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 DTSERVER) in a format like this: 20071015021529.000 however, in the examples it is shown: 200710...
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 wondering if there's a way to get XmlSerialiser to ignore that. I know I could go through the fil...
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): error CS0579: Duplicate 'System.CodeDom.Compiler.GeneratedCodeAttribute' attribute D:\blah\OFX2_Prot...
Как я могу прочитать файл данных Microsoft Money с помощью .NET?
Мне нужно читать и импортировать данные из файла данных MS Money. Как я могу этого добиться? Есть ли SDK? Я хотел бы иметь аналогичный механизм для чтения файлов Quicken.
Импорт файлов OFX
Я пытаюсь импортировать финансовую информацию, используя протокол OFX, который используется Quicken and Money. Я довольно хорошо осмотрел библиотеку с открытым исходным кодом, но пока ничего не вышло. Кто-нибудь знает что-нибудь?