I've never used csvStream before, so I tried to just run one of the examples. Just to ensure that I didn't make any typing mistakes, I copied and pasted. The only thing I changed was that I made the filepath one that actually existed on my machine. When I attempted to run, I couldn't even get past Line 3. I got the following message:
3 *-* csv = .csvStream~new('M:\SPRINT~1\Suburban\CH03XC067\CH03XC067_FACTWare.csv') /* 2nd arg defaults to no headers */
Error 97 running M:\Sprint-ORD-2_7GHz\Suburban\CH03XC067\tstCSVstream.rex line 3: Object method not found
Error 97.1: Object ".CSVSTREAM" does not understand message "NEW"
As I understand it, "NEW" is inherited from a more general stream class. Perhaps the person who wrote the example assumed that people would know to do something first before running this. If so, I don't know what that something is. Can somebody help?
Anonymous
Are you sure you included the requires directive? That would be the most obvious problem.
::requires 'csvstream.cls'