Hi Stefan, Stefan Scholl wrote: > The definition of (csv) uses a hardcoded "CHAR: ,", which > prevents it from being used with the CSV output of the German > version of Excel. > > I know that a CSV with semicolon instead of comma is broken, but > when you tell someone to "just send a CSV" file, then you end up > with it. Reality is evil. >
I'll create a version that lets you specify the delimiter on the train home from work. I'm guessing making it a variable may impact performance (I'm using the module for importing large files) but then if that's a problem I could always specialize a version for commas using a compiler-transform or something. Cheers, Phil ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
