TheGU / fin-ally

Automatically exported from code.google.com/p/fin-ally
GNU General Public License v3.0
0 stars 0 forks source link

convert Perl file parser to Python #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The import function is currently written to accept a single type of file, 
a massaged variant on a Quicken .qif file. This variant is created using a 
Perl script (becuase regexes (regexi?) rock in Perl), but this needs to be 
converted to Python. 

A module to convert from Quicken .qif files to the attached .txt data 
format should be written in a seperate Python file. Eventually this will 
be one of many conversion script - each accepting a different type of 
finance data file (Microsoft Money, Quicken, etc..) Conversion scripts 
could be in seperate files, or in a common file.

Module integration will be tracked in another issue.

Original issue reported on code.google.com by Daniel.S...@gmail.com on 22 Jan 2008 at 4:19

GoogleCodeExporter commented 9 years ago

Original comment by Daniel.S...@gmail.com on 22 Jan 2008 at 4:19

GoogleCodeExporter commented 9 years ago
Attached are two files, the original .qif file and the Perl script. The script 
builds
two output files, one containing Fin-ally formatted data, and the other 
containing a
more readable format of the .qif file.

Original comment by Daniel.S...@gmail.com on 22 Jan 2008 at 4:49

Attachments:

GoogleCodeExporter commented 9 years ago
I added a wiki page [[QIF]] with information on the QIF file format.  The 
Wikipedia
page on this topic includes links to open source scripts that parse these file.

*An important note*
The QIF format has been abandoned by Intuit.  It has been replaced by the OFX 
format.

Original comment by Tim.Henigan on 24 Jan 2008 at 3:13

GoogleCodeExporter commented 9 years ago
QIF format info:
http://code.google.com/p/fin-ally/wiki/QIF

OFX format info:
http://code.google.com/p/fin-ally/wiki/OFX

Original comment by Tim.Henigan on 24 Jan 2008 at 3:19

GoogleCodeExporter commented 9 years ago
ActiveState offers the following recipe for parsing QIF files in python:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/306103

Be warned -- this page is from 2004.

Original comment by Tim.Henigan on 24 Jan 2008 at 3:41

GoogleCodeExporter commented 9 years ago
FINally is no longer supporting the import of financial data in any format. If 
this needs to be re-opened, a new issue will be created.

Original comment by Daniel.S...@gmail.com on 20 Sep 2010 at 2:45