Questions tagged [qif]

Quicken Interchange Format (QIF) is an open specification for reading and writing financial data to media (i.e. files).

Although still widely used, QIF is an older format than Open Financial Exchange (OFX). The inability to reconcile imported transactions against the current account information is one of the primary shortcomings of QIF. Most personal money management software, such as Microsoft Money, GnuCash and Quicken's low end products (e.g. Quicken Personal and Quicken Personal Plus), can read QIF files to import information. Intuit's Quicken used to be able to import QIF, too, but with its 2006 version it dropped that support for several important account types, including checking, savings, and credit card accounts. The Australian version of Quicken still allows the importing of QIF files for these account types, however, unlike the American version, it is not possible to export data to QIF or any other file type, for any account type. The QIF format does not allow a user to mark the currency in which a transaction was completed. In some cases this may cause problems for users who do use multiple currencies when they export or import into another software package.

Definition

11 questions
11
votes
4 answers

Qt Installer Framework Offline Update - how?

I've been able to create an installation for my software. However, I can't figure out how to create another installer which could update previous installation. I have updated component versions, software version and release dates, but whenever I run…
Vlad
  • 301
  • 4
  • 10
9
votes
6 answers

(.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 (.OFX/.QFX/.QIF/.QBO/.OFC) to something more…
Rup
  • 539
  • 4
  • 8
  • 17
4
votes
1 answer

How can I map my transactions to accounts in a QIF file?

Scenario I have two accounts at a bank, and would like to import transactions into GnuCash. My bank only gives me CSV files, but it can at least put transactions for both accounts into a single CSV file. These CSV files are, as is, un-parseable by…
Jamie Schembri
  • 6,047
  • 4
  • 25
  • 37
2
votes
2 answers

Create file programmatically for import into Quicken?

I need to select some records from an SQL database and transform them into a Quicken-friendly format for the purpose of merging them into an existing Quicken 2012 Home and Business checking account. Here's what I've done so far: Attempted to import…
alan
  • 6,705
  • 9
  • 40
  • 70
2
votes
1 answer

Duplicates in a QIF File?

Does anyone have a good way of deleting duplicate transactions (same date, amount, biller, etc) in a QIF file? I looked at PERL's Finance:QIF, but it appear to have delete a record function. Alternatively, does someone have a good QIF --> CSV…
NoahD
  • 8,092
  • 4
  • 27
  • 28
1
vote
0 answers

Problem on character formatting for import QIF Format to Microsoft Money

I have problem import QIF format that have non-ascii characters to Microsoft Money.. i have this ًQIF file that create simply with Notepad++ and when import this file to Microsoft Money.. non-aschii character ( here in line start with P ) not show…
Kumar
  • 11
  • 3
1
vote
0 answers

Import QIF file and enter record in database using php

I have .qif file and i import this file and enter record in database using PHP How i get data from qif file and make simple array for insert data in to database. sample array in below Array ( [type] => ASSETS [full_name] =>…
1
vote
1 answer

Example for creating split-transaction in Perl Finance::QIF

I need to import my bank-exported transactions (CSV) into GNUcash. I am almost finished with the perl script using Finance::QIF I parse the CSV and write it out like this: my $record = { header => "Type:Bank", date => $outdatum, memo …
Oliver
  • 13
  • 2
1
vote
1 answer

How can I create a transaction in Perl's Finance::QIF?

I am trying to create a transaction in a QIF file in Perl. I thought that using Finance::QIF would let me create a simple transaction (example: spending $20 at Best Buy), but I'm not seeing a way to do this. Does someone have an example or is there…
NoahD
  • 8,092
  • 4
  • 27
  • 28
0
votes
1 answer

Trying to create an XML document from a node and getting "Invalid XML document. The document does not have a root element."

I am trying to extract a single node from some XML and write the node and all of its child contents to a new XML document and save it to disk. In some cases (such as my test case) there are multiple Nodes that suit the criteria, and all of them…
GigaJoules
  • 53
  • 9
0
votes
1 answer

How to export data in QIF format using codeigniter?

How I export my data in qif format. I didn't get any idea, how I Can? Please help me to find out the way.
Puja
  • 451
  • 2
  • 5
  • 20