Re: Want to write file import (?OFC? format)

2002-02-13 Thread Benoit Grégoire

On February 13, 2002 10:36 pm, Fabio Luis De Paoli wrote:
> Hi
>
> My bank uses the format below to supply data.  They call it a Quicken
> file, but it is obviously not like the quicken files GNUCash imports.  I
> would like to write code to import this file format into GNUCash.  Can you
> help me with the following questions:
>
> 1. What file format is this?  I guess it is called OFC, but then, I don't
> see anyone mentioning this file format anywhere.  Is this a proprietary
> format?

It is a Microsoft Money Open Financial Connectivity file. (Not to be confused 
with OFX: Open Financial Exchange) 

> 2. Where can I find a  spec for this file format?

Surprisignly enough, the spec is open, but somewhat hard to find.  It is 
based on SGML, just like OFX (wich I am currently working on supporting).  
However it is not the same thing

I found a copy of the OFC spec here:
http://www.math.jhu.edu/~martind/moneyofc.rtf

Good luck!

___
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel



Re: Want to write file import (?OFC? format)

2002-02-13 Thread Derek Atkins

It's actually called OFX.  There is some documentation in the
src/experimental directory of Gnucash (maybe only in CVS?)

A working OFX-import implementation would be greatly appreciated!

-derek

Fabio Luis De Paoli <[EMAIL PROTECTED]> writes:

> Hi
> 
> My bank uses the format below to supply data.  They call it a Quicken
> file, but it is obviously not like the quicken files GNUCash imports.  I
> would like to write code to import this file format into GNUCash.  Can you
> help me with the following questions:
> 
> 1. What file format is this?  I guess it is called OFC, but then, I don't
> see anyone mentioning this file format anywhere.  Is this a proprietary
> format?
> 2. Where can I find a  spec for this file format?
> 
> Thanks and best regards,
> 
> Fabio
> 
> 
> 
> 1234123456
> 
> 20011022
> 20011125
> -100.00
> 
> 
> 1
> 20011022
> -23.32
> 
> 
> TELEFONICA  -
> 
> 
> 
> 
> 1
> 20011022
> 23.31
> 
> 
> AG. RESGATE   BFLLVEST
> 
> 
> 
> 
> 
> ___
> gnucash-devel mailing list
> [EMAIL PROTECTED]
> http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel

-- 
   Derek Atkins
   Computer and Internet Security Consultant
   [EMAIL PROTECTED] www.ihtfp.com
___
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel



Want to write file import (?OFC? format)

2002-02-13 Thread Fabio Luis De Paoli

Hi

My bank uses the format below to supply data.  They call it a Quicken
file, but it is obviously not like the quicken files GNUCash imports.  I
would like to write code to import this file format into GNUCash.  Can you
help me with the following questions:

1. What file format is this?  I guess it is called OFC, but then, I don't
see anyone mentioning this file format anywhere.  Is this a proprietary
format?
2. Where can I find a  spec for this file format?

Thanks and best regards,

Fabio



1234123456

20011022
20011125
-100.00


1
20011022
-23.32


TELEFONICA  -




1
20011022
23.31


AG. RESGATE   BFLLVEST





___
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnumatic.com/cgi-bin/mailman/listinfo/gnucash-devel