This has come up before, but we haven't quite found a home for classes like this.
[lang] has a Tokenizer class that can parse a CSV string, but I suspect your code goes beyond that. [codec] does encoding/decoding. Is CSV an encoding? [io] is the other possibility, but has steered clear of specific file formats so far. Stephen ----- Original Message ----- From: "Tim Dawson" <[EMAIL PROTECTED]> > I've implemented CSV parser & printer classes (with accompanying unit tests) > that are Microsoft Excel compatible (i.e. it uses double quotes rather than > an escape character). I'd like to donate it to commons; any interest? Which > project would it go to - I didn't see one that jumped out as being the > obvious candidate. > > Tim Dawson > [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
