<div dir="ltr">Hi Joseph,<div>these methods are now in the package located at:</div><div><pre style="color:rgb(0,0,0);text-align:justify">MCHttpRepository<br>    location: &#39;<a href="http://www.squeaksource.com/CSVData">http://www.squeaksource.com/CSVData</a>&#39;<br>    user: &#39;&#39;<br>    password: &#39;&#39;</pre><pre style="color:rgb(0,0,0);text-align:justify">(follow Ron&#39;s excellent advice on how to use this).</pre><pre style="color:rgb(0,0,0);text-align:justify"><br></pre><pre style="color:rgb(0,0,0);text-align:justify">That said, I would no longer use this package to parse CSV - I&#39;ve recently switched over to Avi&#39;s parser as well.</pre><pre style="color:rgb(0,0,0);text-align:justify">(My package still has some interesting uses for the data once you pull it in.  Of course, it isn&#39;t documented.<span style="font-family:arial,sans-serif">)</span></pre><pre style="color:rgb(0,0,0);text-align:justify"><span style="font-family:arial,sans-serif"><br></span></pre><pre style="color:rgb(0,0,0);text-align:justify"><span style="font-family:arial,sans-serif">I should clean up the page that you found - I had forgotten that it even existed!</span></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 17, 2016 at 1:42 PM, Joseph Alotta <span dir="ltr">&lt;<a href="mailto:joseph.alotta@gmail.com" target="_blank">joseph.alotta@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Greetings,<br>
<br>
I am needing conceptual help with parsing these troublesome CSV files.  I was breaking the lines using String &gt;&gt; findToken:<br>
but I found lines where extra deliminators were added.  Notice the three following lines, the first and third line have extra commas from Oak Brook, IL and the second line does not have the comma.<br>
<br>
<br>
02/04/2016  Thu,,&quot;COSTCO WHSE #0388 000000000990388 - OAK BROOK, IL&quot;,,,,,37.00,,,,,,,,<br>
02/05/2016  Fri,,&quot;ELECTRONIC PAYMENT RECEIVED-THANK&quot;,,,,,-443.52,,,,,,,,<br>
02/06/2016  Sat,,&quot;COSTCO WHSE #1088 000000000991088 - BOLINGBROOK, IL&quot;,,,,,50.86,,,,,,,,<br>
<br>
I think I need to parse with the double quotes in mind, but I don’t know where to break it.<br>
<br>
Also, I was reading in the squeak pages that someone had already written code for this, but I couldn’t find anything.<br>
<br>
<a href="http://wiki.squeak.org/squeak/3260" rel="noreferrer" target="_blank">http://wiki.squeak.org/squeak/3260</a> has two methods, CSVSubstrings and SequenceableCollection-asCSVLine.st<br>
<br>
Does anyone know where these are now?<br>
<br>
Sincerely,<br>
<br>
Joe.<br>
<br>
<br>
<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</blockquote></div><br></div>