<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Handling Delimeters in CSV Files</title>
	<atom:link href="http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/</link>
	<description>Daily posts of Excel tips…and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 23:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-39385</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Mon, 18 May 2009 13:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-39385</guid>
		<description>&lt;p&gt;David -&lt;/p&gt;
&lt;p&gt;I think you need to find some VBA tutorials. You could buy VBA for Dummies, or you could Google for VBA tutorial.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>David -</p>
<p>I think you need to find some VBA tutorials. You could buy VBA for Dummies, or you could Google for VBA tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Jenkins</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-39382</link>
		<dc:creator>Doug Jenkins</dc:creator>
		<pubDate>Mon, 18 May 2009 04:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-39382</guid>
		<description>&lt;p&gt;David - if you have copied and pasted the code without change the most likely problem is you don&#039;t have write access to C:.  If you change C: in the code to the full path to your Documents folder (or any other folder you know you have write access to), it should work.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>David &#8211; if you have copied and pasted the code without change the most likely problem is you don&#8217;t have write access to C:.  If you change C: in the code to the full path to your Documents folder (or any other folder you know you have write access to), it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-39377</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 18 May 2009 00:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-39377</guid>
		<description>&lt;p&gt;Thanks for the reply Jon.&lt;/p&gt;
&lt;p&gt;As I am just trying to get my head around VBA can you please explain how to &#039;define sFname and lFnum&#039;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks for the reply Jon.</p>
<p>As I am just trying to get my head around VBA can you please explain how to &#8216;define sFname and lFnum&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Peltier</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-39341</link>
		<dc:creator>Jon Peltier</dc:creator>
		<pubDate>Thu, 14 May 2009 13:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-39341</guid>
		<description>&lt;p&gt;Have you defined sFname? and lFnum?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you defined sFname? and lFnum?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-39322</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 13 May 2009 01:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-39322</guid>
		<description>&lt;p&gt;I have been trying to use MakeCSV2 and the following error occurs when I run it&lt;/p&gt;
&lt;p&gt;Run-time error &#039;75&#039;:&lt;br&gt;
Path/File access error&lt;/p&gt;
&lt;p&gt;When I click on the Debug button the following line is highlited&lt;/p&gt;
&lt;div style=&quot;overflow: auto; white-space: nowrap;&quot; class=&quot;codecolorer-container vb default&quot;&gt;&lt;div style=&quot;white-space: nowrap;&quot; class=&quot;vb codecolorer&quot;&gt;&#160; &#160; &lt;span class=&quot;kw1&quot;&gt;Open&lt;/span&gt; sFname &lt;span class=&quot;kw1&quot;&gt;For&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;Output&lt;/span&gt; &lt;span class=&quot;kw1&quot;&gt;As&lt;/span&gt; lFnum&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Any help would be appreciated&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been trying to use MakeCSV2 and the following error occurs when I run it</p>
<p>Run-time error &#8217;75&#8242;:<br />
Path/File access error</p>
<p>When I click on the Debug button the following line is highlited</p>
<div style="overflow: auto; white-space: nowrap;" class="codecolorer-container vb default">
<div style="white-space: nowrap;" class="vb codecolorer">&nbsp; &nbsp; <span class="kw1">Open</span> sFname <span class="kw1">For</span> <span class="kw1">Output</span> <span class="kw1">As</span> lFnum</div>
</div>
<p>Any help would be appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larisa</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-36987</link>
		<dc:creator>Larisa</dc:creator>
		<pubDate>Thu, 08 Jan 2009 17:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-36987</guid>
		<description>&lt;p&gt;In you code comma Chr(44) can be replaced by CHR(130).&lt;br&gt;
Chr (130) looks just like normal comma, but doesn&#039;t split the field in CSV&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In you code comma Chr(44) can be replaced by CHR(130).<br />
Chr (130) looks just like normal comma, but doesn&#8217;t split the field in CSV</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivas</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-36032</link>
		<dc:creator>srinivas</dc:creator>
		<pubDate>Wed, 12 Nov 2008 12:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-36032</guid>
		<description>&lt;p&gt;sir  &lt;/p&gt;
&lt;p&gt;i have excel file which was converted to .csv file in that one row have 14 characters number field but once i save and open it is giving 1.33333+4 error.  Actually i want to upload a .csv file to our software because of this error i cannot do&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>sir  </p>
<p>i have excel file which was converted to .csv file in that one row have 14 characters number field but once i save and open it is giving 1.33333+4 error.  Actually i want to upload a .csv file to our software because of this error i cannot do</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bert</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-35820</link>
		<dc:creator>Bert</dc:creator>
		<pubDate>Tue, 28 Oct 2008 09:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-35820</guid>
		<description>&lt;p&gt;I stick to tab delimited files whenever possible - they just work better.&lt;/p&gt;
&lt;p&gt;Leonid,&lt;/p&gt;
&lt;p&gt;The example you gave shows the downfall of the SaveAs CSV method - Excel&#039;s inconsistent use of quote marks. There are many programs that cannot read this style of CSV properly, including (ridiculously) Microsoft Access. That&#039;s why we often need to roll our own CSVs.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I stick to tab delimited files whenever possible &#8211; they just work better.</p>
<p>Leonid,</p>
<p>The example you gave shows the downfall of the SaveAs CSV method &#8211; Excel&#8217;s inconsistent use of quote marks. There are many programs that cannot read this style of CSV properly, including (ridiculously) Microsoft Access. That&#8217;s why we often need to roll our own CSVs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Schmid</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-35782</link>
		<dc:creator>Tobias Schmid</dc:creator>
		<pubDate>Fri, 24 Oct 2008 13:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-35782</guid>
		<description>&lt;p&gt;Damn! Error! I confused the numbers! Here&#039;s the correct version: &lt;/p&gt;
&lt;p&gt;Here are the three approaches:&lt;br&gt;
1. Using &quot;SaveAs csv&quot;&lt;br&gt;
2. Reading the data in a range -&gt; use print&lt;br&gt;
3. Reading the data in a variant -&gt; use print&lt;/p&gt;
&lt;p&gt;And that&#039;s the result:&lt;br&gt;
1. 5.2 seconds&lt;br&gt;
2. 4.7 seconds&lt;br&gt;
3. 1.2 seconds&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Damn! Error! I confused the numbers! Here&#8217;s the correct version: </p>
<p>Here are the three approaches:<br />
1. Using &#8220;SaveAs csv&#8221;<br />
2. Reading the data in a range -&gt; use print<br />
3. Reading the data in a variant -&gt; use print</p>
<p>And that&#8217;s the result:<br />
1. 5.2 seconds<br />
2. 4.7 seconds<br />
3. 1.2 seconds</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Schmid</title>
		<link>http://www.dailydoseofexcel.com/archives/2008/10/17/handling-delimeters-in-csv-files/#comment-35781</link>
		<dc:creator>Tobias Schmid</dc:creator>
		<pubDate>Fri, 24 Oct 2008 13:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.dailydoseofexcel.com/?p=1903#comment-35781</guid>
		<description>&lt;p&gt;@Rob Bruce&lt;br&gt;
I&#039;ve compared the elapsed time when exporting data using the &quot;SaveAs csv&quot; and the &quot;print&quot;-function. I don&#039;t think there is a big difference in time necessary. More important is how you get the data out of the excel sheet. &lt;/p&gt;
&lt;p&gt;Here are the three approaches:&lt;br&gt;
1. Using &quot;SaveAs csv&quot;&lt;br&gt;
2. Reading the data in a variant -&gt; use print&lt;br&gt;
3. Reading the data in a range -&gt; use print &lt;/p&gt;
&lt;p&gt;And that&#039;s the result:&lt;br&gt;
1. 5.2 seconds&lt;br&gt;
2. 4.7 seconds&lt;br&gt;
3. 1.2 seconds&lt;br&gt;
(for the setup see here: &lt;a href=&quot;http://www.vba-blog.de/?q=content/datenexport-textdatei-mit-print&quot; rel=&quot;nofollow&quot;&gt;http://www.vba-blog.de/?q=content/datenexport-textdatei-mit-print&lt;/a&gt; - Sorry! It&#039;s only a german website, but I&#039;m still working on my english. )&lt;/p&gt;
&lt;p&gt;If there are a lot of formulas in the workbook, the &quot;SaveAs csv&quot; will take even more time. So I would never recommend using the &quot;SaveAs csv&quot;-macro. &lt;/p&gt;
&lt;p&gt;I will try to implement your &quot;huge empty string&quot; and compare it with the others. &lt;/p&gt;
&lt;p&gt;Nice weekend!&lt;br&gt;
Tobi&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Rob Bruce<br />
I&#8217;ve compared the elapsed time when exporting data using the &#8220;SaveAs csv&#8221; and the &#8220;print&#8221;-function. I don&#8217;t think there is a big difference in time necessary. More important is how you get the data out of the excel sheet. </p>
<p>Here are the three approaches:<br />
1. Using &#8220;SaveAs csv&#8221;<br />
2. Reading the data in a variant -&gt; use print<br />
3. Reading the data in a range -&gt; use print </p>
<p>And that&#8217;s the result:<br />
1. 5.2 seconds<br />
2. 4.7 seconds<br />
3. 1.2 seconds<br />
(for the setup see here: <a href="http://www.vba-blog.de/?q=content/datenexport-textdatei-mit-print" rel="nofollow">http://www.vba-blog.de/?q=content/datenexport-textdatei-mit-print</a> &#8211; Sorry! It&#8217;s only a german website, but I&#8217;m still working on my english. )</p>
<p>If there are a lot of formulas in the workbook, the &#8220;SaveAs csv&#8221; will take even more time. So I would never recommend using the &#8220;SaveAs csv&#8221;-macro. </p>
<p>I will try to implement your &#8220;huge empty string&#8221; and compare it with the others. </p>
<p>Nice weekend!<br />
Tobi</p>
]]></content:encoded>
	</item>
</channel>
</rss>

