<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Journal Entry Import format]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2208&amp;type=atom" />
	<updated>2011-07-03T21:02:53Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=2208</id>
		<entry>
			<title type="html"><![CDATA[Re: Journal Entry Import format]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9619#p9619" />
			<content type="html"><![CDATA[<p>Well I found out what the format was by locating the module code... feeling a bit sheepish <img src="https://frontaccounting.com/punbb/img/smilies/roll.png" width="15" height="15" alt="roll" /></p><p>////////////////<br />// File Format</p><p>This extension imports CSV files of the following format:<br />entryid,date,reference,accountcode,dimension1,dimension2,amount,memo</p><p>- &#039;entryid&#039; can be any value, so long as it differs from all other entryids<br />&nbsp; in the import file.&nbsp; Every entryid will result in a separate journal entry<br />&nbsp; being created with the specified transaction data within it.&nbsp; <br />&nbsp; Transactions with the same entryid must be grouped together within the<br />&nbsp; import file.<br />- &#039;date&#039; and &#039;reference&#039; should be the same throughout a given entry.<br />- For proper use of all of these fields (except &#039;entryid&#039;), see the <br />&nbsp; Journal Entry entry dialog within FrontAccounting under Banking and <br />&nbsp; General Ledger.<br />- entryid does *not* correspond to what the journal entry id will be within<br />&nbsp; FrontAccounting. </p><p>In the case above, the separator is a comma (,) though any separator will work.</p><p>Example import file:<br />entryid,date,reference,accountcode,dimension1,dimension2,amount,memo<br />1,10/5/2009,TD-1,10002,MyDim,,945.59,&quot;My memo&quot;<br />1,10/5/2009,TD-1,5600,MyDim2,,-400,&quot;&quot;<br />1,10/5/2009,TD-1,5602,MyDim2,,-545.59,&quot;&quot;<br />2,10/7/2009,TD-2,5602,,,-100,&quot;&quot;<br />2,10/7/2009,TD-2,5602,MyDim,,100,&quot;Reimbursement&quot;</p><p>This file will result in two journal entries:<br />- One dated 10/5/2009 with reference TD-1 and three transactions<br />- One dated 10/7/2009 with reference TD-2 and two transactions</p><p>Note 1: Dimensions are expressed in references, not IDs!</p><p>Note 2: It is wise to enclose memos in double quotes (&quot;my memo&quot;) so that<br />&nbsp; &nbsp; &nbsp; &nbsp; it will be parsed properly in case it contains the field separator.</p>]]></content>
			<author>
				<name><![CDATA[BrianKuehn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=7224</uri>
			</author>
			<updated>2011-07-03T21:02:53Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9619#p9619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Journal Entry Import format]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=9615#p9615" />
			<content type="html"><![CDATA[<p>I was wondering what the import format is. Seeing as you can change the field separator I am presuming it is a basic CSV type format, but how are the fields organized?</p><p>Sorry if this is covered someplace else. I did look for the information but didn&#039;t check exhaustively...</p>]]></content>
			<author>
				<name><![CDATA[BrianKuehn]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=7224</uri>
			</author>
			<updated>2011-07-03T10:01:13Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=9615#p9615</id>
		</entry>
</feed>
