Importing .qif File Into Quicken Deluxe 2018

To import a QIF file, select 'File' - 'File Import' - 'QIF File', select created QIF file. For Quicken 2017 or earlier, it is important to select 'All Accounts'. For Quicken 2018 or later you have to select the actual account. Manual import of Converted.QIF file into Quicken. Quicken 2018 breaks a lot of the QIF transaction import functionality. It no longer goes through the Downloaded Transactions tab, so matching isn't possible. But even worse, it no longer will match up payees in the Memorized Payee list and fill in the categories. Once Excel is open, select File Export and choose the QIF format (note: that’s Quicken format). Now that you have your chart of accounts and vendor lists, you can begin transferring the account into Quicken format. Located the previously saved files on your desktop or hard drive and open them using Microsoft Excel. Quicken’s Import QIF program doesn’t import anything, so that option blows. So nice that they offer it, though, in Quicken Deluxe 2010. When I tried, I got a window that essentially says, “Don’t see your Quicken data file? That’s because Import QIF doesn’t import any file known to the Western World. Call Quicken owner Dan Gilbert. See a step-by-step tutorial at the Transactions app (https://www.propersoft.net/products/transactions).

Import Categories and Classes in Quicken

You can import a list of categories and classes designed for construction companies in Quicken.

Choose which import method is best for your company: Import without Memorized Reports, or Import with Memorized Reports. Memorized Reports allow you to track and analyze financial information like project budgets and taxes.

Import without Memorized Reports

1. Back up your Quicken company.

2. Open your Quicken company.

3. Go to File > Import > QIFFile.

4. Select the account you want to import the QIF File into (recommended account: checking).

5. In the Include in Import dialog box, select Account List and Category List.

6. Click Browse and locate the import file in C:/Program Files/UDA Office/Construction Office/Quicken Tools/Import File/Import File.qif

7. Click OK.

Import with Memorized Reports

Part 1

1. Open your Quicken company.

2. Go to File > Export > QIFFile.

3. Type a name for the QIF File you want to export the data to (recommended name: Quicken Export File).

Importing Qif Files Into Quicken

4. Click Browse to select an export location. Choose a location easy to find, such as the desktop.

5. In the Include in Export dialog box, select the options that best fit your company. Selecting Transactions and/or Memorized Transactions will export all previous transactions of your company.

Part 2

1. Back up your Quicken company.

2. Open your Quicken company.

3. Go to File > Import > QIFFile.

4. Select the account you want to import the QIF File into (recommended account: checking).

5. In the Include in Import dialog box, select the same options you chose in Part 1.

6. Click Browse and locate the import file you created in Part 1.

7. Click OK.

Quicken Interchange Format
Filename extension
Developed byIntuit
Importing .qif File Into Quicken Deluxe 2018

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

Background[edit]

Although still widely used, QIF is a format older than Open Financial Exchange (OFX). The inability to reconcile imported transactions against the current account information is one of the primary shortcomings of QIF.[citation needed] Most personal money management software, such as Microsoft Money, GnuCash and Quicken's low end products (e.g. Quicken Personal and Quicken Personal Plus),[1] can read QIF files to import information. Intuit'sQuicken used to be able to import QIF, too, but with its 2006 version it dropped that support[2] for several important account types, including checking, savings, and credit card accounts.[3] 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.[citation needed]

Quicken's proposed replacement for the QIF format has been the proprietary Quicken Web Connect (QFX) format.It is commonly supported by financial institutions to supply downloadable information to account holders, especially by banks that support integration of Money or Quicken with their online banking. Not everybody, however, was, or is, happy with this replacement. Some banks dislike it because Quicken (Intuit) charges licensing fees to use QFX. Other banks pass the fees on by charging customers for downloading QFX files. Because Microsoft Money imports either QIF or OFX format files, and Microsoft does not charge banks any licensing fees to use OFX for Money, banks do not normally charge for downloading QIF and OFX files. (QIF and OFX are open formats, free for anyone to use.)

Data format[edit]

A QIF file typically has the following structure:

Each record ends with a ^ (caret). All the data in the file is stored in ASCII strings, and the file could be edited in any text editor.

simple example

Header line[edit]

The first line in the file must be a header line, to identify the type of data contained. Valid values for accounts are:

CodeDescription
!Type:CashCash Flow: Cash Account
!Type:BankCash Flow: Checking & Savings Account
!Type:CCardCash Flow: Credit Card Account
!Type:InvstInvesting: Investment Account
!Type:Oth AProperty & Debt: Asset
!Type:Oth LProperty & Debt: Liability
!Type:InvoiceInvoice (Quicken for Business only)

There are also values for QIF files of internal Quicken information:

CodeDescription
!Account
NAccount Name
TAccount Type
DAccount Description
Account list or which account follows
!Type:Cat
NCategory Name
DCategory description
Category list
!Type:ClassClass list
!Type:MemorizedMemorized transaction list

A header line is not followed by a separator line; it is immediately followed by the first field of a detail item.

Detail items[edit]

The Detail section consists of several Detail Items, each on a separate line. Each line begins with a single character identifying code in the first column, followed by the literal data for that field. The detail item is terminated by a separator line. The fields can be in any order (except that within split transactions, the category, amount, and memo must be adjacent). If a single transaction block contains several detail items with same code, the last row is used for import.

Standard detail item

CodeDescriptionUsed InExample
DDate. Leading zeroes on month and day can be skipped. Year can be either 4 digits or 2 digits or '6 (=2006).AllD25 December 2006
TAmount of the item. For payments, a leading minus sign is required. For deposits, either no sign or a leading plus sign is accepted. Do not include currency symbols ($, £, ¥, etc.). Comma separators between thousands are allowed.AllT-1,234.50
USeems identical to T field (amount of item.) Both T and U are present in QIF files exported from Quicken 2015.AllU-1,234.50
MMemo—any text you want to record about the item.AllMgasoline for my car
CCleared status. Values are blank (unreconciled/not cleared), '*' or 'c' (cleared) and 'X' or 'R' (reconciled).AllCR
NNumber of the check. Can also be 'Deposit', 'Transfer', 'Print', 'ATM', 'EFT'.Banking, SplitsN1001
PPayee. Or a description for deposits, transfers, etc.Banking, InvestmentPStandard Oil, Inc.
AAddress of Payee. Up to 5 address lines are allowed. A 6th address line is a message that prints on the check. 1st line is normally the same as the Payee line—the name of the Payee.Banking, SplitsA101 Main St.
LCategory or Transfer and (optionally) Class. The literal values are those defined in the Quicken Category list. SubCategories can be indicated by a colon (':') followed by the subcategory literal. If the Quicken file uses Classes, this can be indicated by a slash ('/') followed by the class literal. For Investments, MiscIncX or MiscExpX actions, Category/class or transfer/class. (40 characters maximum)Banking, SplitsLFuel:car
FFlag this transaction as a reimbursable business expense.BankingF???
SSplit category. Same format as L (Categorization) field. (40 characters maximum)SplitsSgas from Esso
ESplit memo—any text to go with this split item.SplitsEwork trips
$Amount for this split of the item. Same format as T field.Splits$1,000.50
%Percent. Optional—used if splits are done by percentage.Splits%50
NInvestment Action (Buy, Sell, etc.).InvestmentNBuy
YSecurity name.InvestmentYIDS Federal Income
IPrice.InvestmentI5.125
QQuantity of shares (or split ratio, if Action is StkSplit).InvestmentQ4,896.201
OCommission cost (generally found in stock trades)InvestmentO14.95
$Amount transferred, if cash is moved between accountsInvestment$25,000.00
BBudgeted amount - may be repeated many times for monthly budgets.CategoriesB85.00
XExtended data for Quicken Business. Followed by a second character subcode (see below) followed by content data.InvoicesXI3
XAShip-to addressInvoicesXAATTN: Receiving
XIInvoice transaction type: 1 for invoice, 3 for paymentInvoicesXI1
XEInvoice due dateInvoicesXE6/17' 2
XCTax accountInvoicesXC[*Sales Tax*]
XRTax rateInvoicesXR7.70
XTTax amountInvoicesXT15.40
XSLine item descriptionInvoicesXSRed shoes
XNLine item category nameInvoicesXNSHOES
X#Line item quantityInvoicesX#1
X$Line item price per unit (multiply by X# for line item amount)InvoicesX$150.00
XFLine item taxable flagInvoicesXFT

Investment Actions[citation needed]

Investment ActionDescription
BuyBuy a security with cash in the account
BuyXBuy a security with cash transferred from another account
SellSell a security with proceeds received in the account
SellXSell a security and transfer the proceeds to another account
CGLongLong-term capital gains distribution received in the account
CGLongXLong-term capital gains distribution transferred to another account
CGMidMedium-term capital gains distribution received in the account
CGMidXMedium-term capital gains distribution transferred to another account
CGShortShort-term capital gains distribution received in the account
CGShortXShort-term capital gains transferred to another account
DivDividend received in the account
DivXDividend transferred to another account
IntIncInterest Income received in the account
IntIncXInterest Income transferred to another account
ReinvDivDividend reinvested in additional shares of the security
ReinvIntInterest Income reinvested in additional shares of the security
ReinvLgLong-term capital gains reinvested in additional shares of the security
ReinvMdMedium-term capital gains reinvested in additional shares of the security
ReinvShShort-term capital gains reinvested in additional shares of the security
RepriceReprice employee stock options
XInCash transferred into the account
XOutCash transferred out of the account
MiscExpMiscellaneous expense
MiscExpXMiscellaneous expense covered by another account
MiscIncMiscellaneous income, optionally associated with a security
MiscIncXMiscellaneous income, optionally associated with a security, transferred to another account
MargIntInterest paid on a margin loan received in the account
MargIntXInterest paid on a margin loan transferred from another account
RtrnCapReturn of capital received in the account
RtrnCapXReturn of capital transferred to another account
StkSplitChange in the number of shares as a result of a stock split.
ShrsOutRemoval of shares from an account
ShrsInAddition of shares into an account

Notes

  • The S, E, $, and % fields are repeated for each split of this transaction.
  • For investment action codes that end in X, the Category field indicates the other account used to transfer cash from or to.
  • If the line immediately following an XS record does not begin with ^ or X, that is considered a continuation of the XS record.

All the fields in detail items are optional—if not included, that field will be left blank in the imported transaction. Also, Quicken seems to do little error checking on these items; if the same field is included twice in the detail item, the second one will just overwrite the first one.

Record end[edit]

Importing .qif File Into Quicken Deluxe 2018 Free

The separator line signals the end of the current transaction. The last detail item in the file should end with a separator line.

CodeDescription
^A single caret in the first column, and the rest of the line blank.

Export workarounds for QuickBooks: exporting to QIF[edit]

QuickBooks doesn't allow exporting to QIF. Only the Intuit Interchange Format (IIF) is supported. An IIF to QIF converter will not solve the problem either, as journal entries can't be exported in IIF format, only lists are exportable. A viable way to overcome this problem is to set up a journal report, to show all journal entries. Print the report using the 'print to file' option. Set the file type to Excel before printing. Rename the extension of the resulting file from PRN to CSV. Use this XL2QIF Excel macro to convert to QIF. The Excel file may need to be reorganized to generate the appropriate format for the macro to work, such as separating cheque accounts from term deposits, etc. The above referenced Excel macro supports split transactions.

See references for further examples of reporting to excel [4]

Import workarounds for Quicken 2005+: importing from QIF[edit]

While Intuit officially only supports QIF importing on asset, liability, cash, small business payable, and invoice accounts, Quicken will still allow you to import transactions using QIF into any account type. Two methods are explained below:

Indirect (Temporary cash account) method[edit]

Note: If you really need to get data from a QIF file into an account that does not support QIF imports (e.g. Quicken 2005 and later), you can import from the QIF file into a (temporary) Cash account. Make sure the first line in the QIF file says '!Type:Cash' for importing it into a Quicken Cash account. (QIF files can be edited in any text editor.) After importing the transactions, you can copy/paste them into a register of your choice. Tested in 2006 version. Note that you cannot copy cash transactions into brokerage accounts in Quicken 2007.

Direct method[edit]

To import transactions into brokerage accounts (or any account), a little text editing is necessary. Ensure to prefix your transaction data by copying-and-pasting the top four lines from the example below - the example is for an investment transaction:

Line 2 (N) in the example must contain the exact name of the account you are intending to import into. If you use an account name that does not exist, Quicken will ask if you want to create a new account (This functionality has been test in Quicken 2012). When importing the file, the account you choose in the QIF-import-dialog box is irrelevant (you can even choose 'all accounts') - once you begin the import process, the application will prompt to confirm importing to the intended account. In order to be successfully read by Quicken the text file must be saved in ANSI format. Files saved in UTF-8 format will not be correctly processed.

The example above was tested in Quicken 2007, Quicken 2008, Quicken 2010, Quicken 2012, Quicken 2015 and an equivalently formatted text file using 'TCCard' instead of 'TInvst' under Quicken 2011.

If the transactions are being imported into an existing account, make sure to reconcile the account in the old data file before creating the QIF export file. Before accepting an import, validate any 'Match' transactions and change to 'New' where there isn't really a match. Quicken can match on amounts even when the dates are significantly different.

When editing the QIF file, check for any transaction Category (the field starting with 'L') for an account name contained in brackets, such as [Checking Account]. The brackets reference another quicken account, and if left in place will post a transaction in that account in addition to the account being imported to, with potentially troublesome results. Avoid this by removing the text including the brackets and replacing with another category if desired. The only exception to this is an opening balance transaction, identified by 'Opening Balance' in the 'P' field (POpening Balance). In this case, the brackets need to be left in place, and the account name between the brackets must exactly match the account name in the 'N' field.

The above two paragraphs are based on exporting and importing in Quicken 2010.

Sample Account Export[edit]

An account with the following five transactions shown in the screenshot below was exported to a qif file. The content of that file is shown immediately beneath with commentary to the right of the transactions to better pair them against the table generated from an Account Transactions report of the sample account.

QIF File Content

References[edit]

  1. ^In fact, QIF files are the only format files that Quicken Personal and Quicken Personal Plus can import.
  2. ^'Archived copy'. Archived from the original on 9 June 2007. Retrieved 13 June 2007.CS1 maint: archived copy as title (link)
  3. ^http://web.intuit.com/personal/quicken/qif/qif_faqs.html
  4. ^http://accountant.intuit.com/practice_resources/articles/technology/article.aspx?file=rs_usingexcelpivotchartswithquickbooks

External links[edit]

  • Official Specification. Archived from the original on 2010-02-22.
  • Python script to convert QIF to RDF. Look for def extract(path). Script provided by SWAP.
Retrieved from 'https://en.wikipedia.org/w/index.php?title=Quicken_Interchange_Format&oldid=998160580'