Hi, I am trying to parse CSV files with Parset according to the more or less official abfn specification. Unfortunately, I got stuck and have not been able to figure how to make the error message go away.
This is the code in question: https://github.com/bytesource/CSVTable/blob/master/lib/csvparser.rb It contains all the relevant information, that is the: -- abfn specification -- parser code -- test code -- error message form running the code I would be glad if someone could take a look at this code and maybe help me spot my error. Thanks in advance! Stefan
