Dec. 23, 2019
8:40 p.m.
There is no header. I think it is a non-standard case. Thanks for the suggestion. Le 22/12/2019 à 18:44, Paul DeBruicker a écrit :
Is there a header row? IF so you can do:
csv := (NeoCSVReader on: stream) separator: Character tab. header:= csv readHeader. header size timesRepeat:[csv addFloatField]. csv upToEnd inspect
-- Dr. Geo http://drgeo.eu