<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Error during CSV Inventory Import]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=2270</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=2270&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Error during CSV Inventory Import.]]></description>
		<lastBuildDate>Thu, 01 Sep 2011 18:03:40 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Error during CSV Inventory Import]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=10148#p10148</link>
			<description><![CDATA[<p>Thank you guys for the help.&nbsp; After getting the first import to work we are switching to using the BUY option to import for our next update.</p><p>I was wondering if it will read a Category column if I add one into it.</p>]]></description>
			<author><![CDATA[null@example.com (briankeesbury)]]></author>
			<pubDate>Thu, 01 Sep 2011 18:03:40 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=10148#p10148</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error during CSV Inventory Import]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9916#p9916</link>
			<description><![CDATA[<p>No, see the readme.txt for BUY</p><p>tom</p>]]></description>
			<author><![CDATA[null@example.com (tom)]]></author>
			<pubDate>Mon, 08 Aug 2011 00:54:23 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9916#p9916</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error during CSV Inventory Import]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9914#p9914</link>
			<description><![CDATA[<p>Quick question on this though, is it possible to add my cost to the same csv to import that as well?</p>]]></description>
			<author><![CDATA[null@example.com (briankeesbury)]]></author>
			<pubDate>Sun, 07 Aug 2011 23:41:07 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9914#p9914</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error during CSV Inventory Import]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9913#p9913</link>
			<description><![CDATA[<p>Works like a charm now.&nbsp; Thank you guy very much.</p>]]></description>
			<author><![CDATA[null@example.com (briankeesbury)]]></author>
			<pubDate>Sun, 07 Aug 2011 23:12:00 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9913#p9913</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error during CSV Inventory Import]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9866#p9866</link>
			<description><![CDATA[<p>It looks like you are missing a column:</p><p>ITEM;ITEM_CODE;STOCK_ID;Description;Category;units;dummy;MB_FLAG;Currency;Price;</p><p>Where Item_Code = STOCK_ID of the item.</p><br /><p>You have the STOCK_ID missing</p><p>I think for the most part ITEM_CODE == STOCK_ID, these are used in the &#039;item_codes&#039; table</p><p>Also line 52 of import_items.php has a problem it should be:</p><p>function get_dimension_by_name($name) {<br />&nbsp; &nbsp; if ($name == &#039;&#039;) return 0;</p><p>it was</p><p>&nbsp; &nbsp; if ($name = &#039;&#039;) return 0;</p><p>If you are using dimensions, it seems that the &#039;dummy&#039; field before MB_FLAG is where you can put a dimension</p><p>Let me know if this fixes you up</p><p>tom</p>]]></description>
			<author><![CDATA[null@example.com (tom)]]></author>
			<pubDate>Tue, 02 Aug 2011 11:45:01 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9866#p9866</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error during CSV Inventory Import]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9840#p9840</link>
			<description><![CDATA[<p>Yes I will look at it</p>]]></description>
			<author><![CDATA[null@example.com (tom)]]></author>
			<pubDate>Fri, 29 Jul 2011 15:55:25 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9840#p9840</guid>
		</item>
		<item>
			<title><![CDATA[Re: Error during CSV Inventory Import]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9837#p9837</link>
			<description><![CDATA[<p>Hello Tom Moulton,</p><p>Will you have a look at this. I guess you wrote this module, right?</p><p>/Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Fri, 29 Jul 2011 06:26:51 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9837#p9837</guid>
		</item>
		<item>
			<title><![CDATA[Error during CSV Inventory Import]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=9834#p9834</link>
			<description><![CDATA[<p>Description:<br />DATABASE ERROR : Could not find dimension<br />error code : 1064<br />error message : You have an error in your SQL syntax; check the manual that<br />corresponds to your MySQL server version for the right syntax to use near &#039;&#039; at<br />line 1<br />sql that failed was : SELECT * FROM 0_dimensions WHERE name=</p><p>FrontAccounting 2.3.5<br />Inventory Items CSV Import&nbsp; 2.3.0-1(Installed) 2.3.0-1(Available)<br />MySQL 5.1<br />Apache 2.2.XX (Latest Version)</p><p>Link to my CSV:<br />https://docs.google.com/leaf?id=0B5_5equsThdMYTQ2N2IyYTAtY2Y2ZC00NDQ0LThmZWItNGU0ZWZkZTAzZDc1&amp;sort=name&amp;layout=list&amp;num=50</p>]]></description>
			<author><![CDATA[null@example.com (briankeesbury)]]></author>
			<pubDate>Thu, 28 Jul 2011 21:58:10 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=9834#p9834</guid>
		</item>
	</channel>
</rss>
