[Pharo-users] Re: NeoCSVReader and wrong number of fieldAccessors

2021-01-05 Thread Richard O'Keefe
NeoCSVReader is described as efficient. What is that in comparison to? What benchmark data are used? Here are benchmark results measured today. (5,000 data line file, 9,145,009 characters). methodtime(ms) Just read characters 410 CSVDecoder>>next 3415 astc's CSV reader

[Pharo-users] Re: NeoCSVReader and wrong number of fieldAccessors

2021-01-05 Thread jtuc...@objektfabrik.de
Sven, I tested your change with the file and filter (our own way of defining csv mappings by the end users) which used to send our application into an endless loop. And voila: we get an exception instead of a frozen image! I will give the conversion errors a test drive tomorrow. I am abso

[Pharo-users] Re: NeoCSVReader and wrong number of fieldAccessors

2021-01-05 Thread jtuc...@objektfabrik.de
Hi Sven, all I can say is: wow. I have no words. I will have to learn a bit about Pharo and github real quick now in order to try your changes Thank you very much. I'll give you feedback as fast as I can. (And forget my questions about #readAtEndOrEndOfLine. I somhow didn't understand

[Pharo-users] Re: NeoCSVReader and wrong number of fieldAccessors

2021-01-05 Thread Sven Van Caekenberghe
Hi Joachim, Have a look at the following commit: https://github.com/svenvc/NeoCSV/commit/a3d6258c28138fe3b15aa03ae71cf1e077096d39 and specifically the added unit tests. These should help clarify the new behaviour. If anything is not clear, please ask. HTH, Sven > On 5 Jan 2021, at 08:49,

[Pharo-users] [willow] image cannot be found

2021-01-05 Thread Roelof Wobben via Pharo-users
Hello, I try to do the first steps on my journey to make a nice layout in willow but I get stuck. Whatever I try the image which I uploaded is not found. I include a file out in here : WADeploymentAwareFileMetadataLibrary subclass: #MyFileMetadataLibrary     instanceVariableNames: ''     cla