Oops… You’re right.
Sorry about that

Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



> On May 9, 2016, at 10:28 AM, Sven Van Caekenberghe <[email protected]> wrote:
> 
> 
>> On 09 May 2016, at 15:26, Alexandre Bergel <[email protected]> wrote:
>> 
>> Hi Sven,
>> 
>> There is apparently a problem in NeoCSVReader. #codepoint is apparently 
>> missing
>> The following code raises an exception:
>> 
>> urlAsString := 'http://bit.ly/exampleCSV'.
> 
> Can you give me a working URL so that I can try myself ?
> 
>> content := (ZnEasy get: urlAsString) contents readStream.
>>              lines := (NeoCSVReader on: content) 
>>                                              skipHeader;
>>                                              upToEnd.
>> 
>> 
>> I loaded NeoCSV using:
>>      Gofer new 
>>              smalltalkhubUser: 'SvenVanCaekenberghe' project: 'Neo';
>>              package: 'ConfigurationOfNeoCSV'; load.
>>      (Smalltalk at: #ConfigurationOfNeoCSV) loadBleedingEdge.
>> 
>> Any idea?
>> 
>> Cheers,
>> Alexandre
>> -- 
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>> 
>> 
>> 
> 

Reply via email to