It complains with a DNU on a SmallInteger codepoint, not a Character.

I'll look further.

Maybe I'm just doing something silly (like reading binary instead of text).

allObjects
| stream reader |
stream := self allObjectsDataFile asFileReference readStream.
 reader := NeoCSVReader on: stream.
reader upToEnd.

allObjectsDataFile

^ self dataLocation / 'Application profile_XXX-AllObjects.csv'

dataLocation

^'/Users/philippeback/Documents/HomeHighOctane/Projects_Customers/XXX/Work/Task-StudyAsIs'
asPath.


Phil

On Mon, Jul 8, 2013 at 2:56 PM, Sven Van Caekenberghe <s...@stfx.eu> wrote:

> Phil,
>
> On 08 Jul 2013, at 14:39, "p...@highoctane.be" <p...@highoctane.be> wrote:
>
> > Hello,
> >
> > I am currently working with a dataset in CSV format and am trying to
> load it in to Moose for visualizations with Mondrian.
> >
> > Now, I am facing an issue with NeoCSV.
> >
> > I loaded the Configuration in Moose without trouble.
> >
> > Now, when loading my file, I do get a MNU with SmallInteger codepoint
> >
> > Is this a Moose issue or a NeoCSV issue ?
> >
> > I've tried to comment out the codepoint message to see where this was
> going but to no avail.
>
> As far as I know Character>>#codePoint is a standard message, it is in 2.0
> and 3.0, I just checked. Do not tell me you are working in an even older
> image ;-)
>
> #asciiValue would be an alternative I guess
>
> Sven
>
> > Clues?
> >
> > TIA
> >
> > Phil
> > <PharoScreenshot.2.png><PharoScreenshot.1.png>
>
> --
> Sven Van Caekenberghe
> Proudly supporting Pharo
> http://pharo.org
> http://association.pharo.org
> http://consortium.pharo.org
>
>
>
>
>
>
>

Reply via email to