Hi!

I have a simple use of NeoCSVReader, but I get a rollback.

-=-=-=-=-=-=-=-=-=
content := (ZnEasy get: 
'https://github.com/sudar/pig-samples/raw/master/data/tweets.csv') contents 
readStream. 
lines := (NeoCSVReader on: content)
        skipHeader;
        upToEnd.
-=-=-=-=-=-=-=-=-=

The url points to a .csv file with a header. No idea why the code .

I loaded the csv reader using:
        Gofer new 
                smalltalkhubUser: 'SvenVanCaekenberghe' project: 'Neo';
                package: 'ConfigurationOfNeoCSV'; load.
        (Smalltalk at: #ConfigurationOfNeoCSV) loadBleedingEdge.

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




Reply via email to