I want to start exporting data to a text format from my web based system to a format that can be imported into Quickbooks, what is the best text format for doing this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The IIF file format has been deprecated by Intuit, and has all sorts of problems associated with it (it doesn’t update certain accounting information, bypasses data logic rules, etc.).
You’d be better off building an automated solution using the QuickBooks SDK or using the qbXML format to export XML files which can be exported via a simple SDK application into QuickBooks.
You should check out the QuickBooks SDK, Intuit Developer Forums, and my QuickBooks wiki for more details.