| Newsgroups |
gmane.lisp.scheme.bigloo |
| Organization |
Inria |
| Message-ID |
<[email protected]> |
Hi Joseph,
> Recently, when attempting to parse a tab-delimited file with the CSV
> library, I realized that I had introduced a bug when I modified the
> parser to accept comma-separated value files with records like the
> following:
>
> "dog" , "cat" , "pig"
>
> The change allowed space characters (tab and space) to be between the
> quoted data and the separator character. Unfortunately, this broke the
> proper handling of files that used space or tab as a delimiters. The
> patch attached corrects this but keeps the original behavior if the
> delimiter and quote characters are not space or tab. The patch is
> against bigloo4.1a-beta31Jan14.
Thanks for the patch. I have just applied it. I'm generating a new tarball.
Cheers,
--
Manuel